mcp-google-crux

A1-x-Tech/mcp-google-crux
★ 0 stars TypeScript Browser/Web Updated 5d ago
MCP server for the Chrome UX Report (CrUX) API — real-user Core Web Vitals (LCP, INP, CLS) and 40-week history for any origin or URL
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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