Google CrUX MCP for Zed
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:Zed
transport:stdio
runtime:npm
Install Google CrUX MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs