Lighthouse
Freeby MCP Community
A comprehensive Model Context Protocol (MCP) server that provides web performance auditing, accessibility testing, SEO analysis, security assessment, and Core W
v1.3.0Added Apr 12, 2026
lighthousemcpmodel-context-protocolperformanceweb-performance
Lighthouse MCP Server
A comprehensive Model Context Protocol (MCP) server that provides web performance auditing, accessibility testing, SEO analysis, security assessment, and Core W
Installation
Reviews
Installation
Quick install
npx -y @danielsogl/lighthouse-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"lighthouse": {
"command": "npx",
"args": ["-y", "@danielsogl/lighthouse-mcp"]
}
}
}