Odel
Google CrUX MCP

Google CrUX MCP

Local
@a1-x-techTypeScriptMITUpdated 1w ago

Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-google-cruxv1.1.0

Run

npx -y mcp-google-crux

MCP client config

{
  "mcpServers": {
    "google-crux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-crux"
      ]
    }
  }
}