pagespeed insights mcp for Cursor
io.github.ruslanlap/pagespeed-insights-mcp
Google PageSpeed Insights and CrUX: six workflow tools for web performance.
client:Cursor
transport:stdio
runtime:npm
Install pagespeed insights mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pagespeed-insights-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pagespeed-insights-mcp"
],
"env": {
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs