priyankark/lighthouse-mcp
Allows AI assistants such as Amp/Cline/Cursor/Claude Code/Codex/GitHub Copilot to use Google's lighthouse tool to measure perf metrics for your webpage. You can then run an agentic loop and get the assistants to optimize those metrics!
Platform-specific configuration:
{
"mcpServers": {
"lighthouse-mcp": {
"command": "npx",
"args": [
"-y",
"lighthouse-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...