HomeCloud & Monitoring › pagespeed-insights-mcp

pagespeed-insights-mcp

Google PageSpeed Insights and CrUX: six workflow tools for web performance.

TypeScript Local macOSWindowsLinux
★ 63 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Monitoring

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.0)

npx -y pagespeed-insights-mcp@2.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "pagespeed-insights-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pagespeed-insights-mcp@2.1.0"
      ],
      "env": {
        "GOOGLE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_API_KEY required secret — Google API key with PageSpeed Insights API enabled

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry