Google CrUX MCP for Windsurf
io.github.a1-x-tech/mcp-google-crux
Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.
client:Windsurf
transport:stdio
runtime:npm
Install Google CrUX MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-google-crux": {
"command": "npx",
"args": [
"-y",
"mcp-google-crux"
],
"env": {
"CRUX_API_KEY": "<CRUX_API_KEY>",
"CRUX_API_BASE": "<CRUX_API_BASE>",
"CRUX_TIMEOUT_MS": "<CRUX_TIMEOUT_MS>",
"CRUX_MAX_RETRIES": "<CRUX_MAX_RETRIES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs