What is the Google CrUX MCP MCP server?
Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.
How to install Google CrUX MCP
Copy-paste configuration for popular MCP clients.
CRUX_API_KEYrequiredsecretGoogle Cloud API key with the Chrome UX Report API enabled (sent as the key= query parameter). Treat it as a secret.
CRUX_API_BASEAPI root host override.
CRUX_TIMEOUT_MSPer-request timeout in milliseconds.
CRUX_MAX_RETRIESRetries on transient errors (429, 5xx, network).
{
"mcpServers": {
"mcp-google-crux": {
"command": "npx",
"args": [
"-y",
"mcp-google-crux"
],
"env": {
"CRUX_API_KEY": "<YOUR_CRUX_API_KEY>",
"CRUX_API_BASE": "<YOUR_CRUX_API_BASE>",
"CRUX_TIMEOUT_MS": "<YOUR_CRUX_TIMEOUT_MS>",
"CRUX_MAX_RETRIES": "<YOUR_CRUX_MAX_RETRIES>"
}
}
}
}{
"mcpServers": {
"mcp-google-crux": {
"command": "npx",
"args": [
"-y",
"mcp-google-crux"
],
"env": {
"CRUX_API_KEY": "<YOUR_CRUX_API_KEY>",
"CRUX_API_BASE": "<YOUR_CRUX_API_BASE>",
"CRUX_TIMEOUT_MS": "<YOUR_CRUX_TIMEOUT_MS>",
"CRUX_MAX_RETRIES": "<YOUR_CRUX_MAX_RETRIES>"
}
}
}
}{
"mcpServers": {
"mcp-google-crux": {
"command": "npx",
"args": [
"-y",
"mcp-google-crux"
],
"env": {
"CRUX_API_KEY": "<YOUR_CRUX_API_KEY>",
"CRUX_API_BASE": "<YOUR_CRUX_API_BASE>",
"CRUX_TIMEOUT_MS": "<YOUR_CRUX_TIMEOUT_MS>",
"CRUX_MAX_RETRIES": "<YOUR_CRUX_MAX_RETRIES>"
}
}
}
}{
"servers": {
"mcp-google-crux": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-crux"
],
"env": {
"CRUX_API_KEY": "<YOUR_CRUX_API_KEY>",
"CRUX_API_BASE": "<YOUR_CRUX_API_BASE>",
"CRUX_TIMEOUT_MS": "<YOUR_CRUX_TIMEOUT_MS>",
"CRUX_MAX_RETRIES": "<YOUR_CRUX_MAX_RETRIES>"
}
}
}
}claude mcp add mcp-google-crux --env CRUX_API_KEY=<YOUR_CRUX_API_KEY> --env CRUX_API_BASE=<YOUR_CRUX_API_BASE> --env CRUX_TIMEOUT_MS=<YOUR_CRUX_TIMEOUT_MS> --env CRUX_MAX_RETRIES=<YOUR_CRUX_MAX_RETRIES> -- npx -y mcp-google-cruxRelated MCP servers
Avito Ads MCP
MCP server for the Avito Ads API: campaigns, ad groups, creatives, statistics and balances.
MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
Google Forms MCP
MCP server for the Google Forms API: create forms, manage questions, read responses and watches.
MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.
MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.
Google Tag Manager MCP
MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing.