Google CrUX MCP for Gemini CLI
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:Gemini CLI
transport:stdio
runtime:npm
Install Google CrUX MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs