Developer Tools
Trust: 44/100 (Fair)io.github.priyankark/lighthouse-mcp Guide
MCP server for Google Lighthouse performance metrics
119 starsby priyankark
Quick Start
Install
npx lighthouse-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-priyankark-lighthouse-mcp": {
"command": "npx",
"args": [
"lighthouse-mcp"
]
}
}
}