mcpbeat Sign in

Google CrUX MCP Server

local only

Google CrUX MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 136 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 134 · avg 4
a month agotoday
136
Installs / week
npm · mcp-google-crux
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google CrUX MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-google-crux -- npx -y mcp-google-crux
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-google-crux": {
      "args": [
        "-y",
        "mcp-google-crux"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-google-crux]
command = "npx"
args = ["-y", "mcp-google-crux"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-google-crux": {
      "args": [
        "-y",
        "mcp-google-crux"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-google-crux": {
      "args": [
        "-y",
        "mcp-google-crux"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Google CrUX MCP

same job, measured the same way
Familiar MCP
by dominion525

MCP server that drives the user's real macOS Chrome via AppleScript. 32 tools.

29 installs/wk local only
Screenshotrender MCP
by faridmth

Capture website screenshots from any MCP client via the ScreenshotRender API.

46 installs/wk local only
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

57 installs/wk 4 tools answering
Cws
by mikusnuz

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

63 installs/wk local only
Newton Browser
by koala-studios

Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.

67 installs/wk local only
Vibe MCP — Real Chrome, Remotely
by vibetechnologies

Drive your real, logged-in Chrome from any MCP client — even from a remote machine, no inbound port.

237 installs/wk answering
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

104 installs/wk local only
Tap
by leonting1010

Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

746 installs/wk 4 tools answering

Google CrUX MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google CrUX MCP?
Google CrUX MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-google-crux was installed 136 times last week.
How do I connect Google CrUX MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-google-crux straight from npm; nothing to host, nothing to sign up for.
How many people use Google CrUX MCP?
The npm package mcp-google-crux was installed 136 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google CrUX MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.