Google CrUX MCP
Access real-user Chrome UX Report (CrUX) data from AI clients like Claude, Cursor, or Codex to analyze Core Web Vitals for public websites. Use natural language queries to:
Assess Core Web Vitals (
get_core_web_vitals): One-call assessment of LCP, INP, CLS, FCP, and TTFB with p75 values, ratings (good/needs-improvement/poor), experience densities, and overall pass/fail verdict.Compare device types (
compare_form_factors): Break down performance across phone, desktop, tablet, and all devices, including traffic shares.Benchmark page vs. origin (
compare_origin_vs_url): See if a specific page is faster or slower than the site's average.Track performance trends (
get_cwv_trend): Weekly p75 history for up to 40 weeks, with improvement/regression/stable indicators.Query raw CrUX data (
query_record): Retrieve the latest 28-day raw record with full histograms and fractions.Query raw weekly timeseries (
query_history_record): Access weekly timeseries data with histograms and percentiles over up to 40 periods.
Key details:
Data covers only sufficiently popular public pages; low-traffic pages return
no_data.Supports filtering by device class (phone, desktop, tablet) on most tools.
Includes retry logic with backoff on rate limits and server errors.
Requires a free Google Cloud API key with the Chrome UX Report API enabled.
Allows querying the Chrome UX Report (CrUX) API to evaluate real-user Core Web Vitals (LCP, INP, CLS, FCP, TTFB) for origins and URLs, compare mobile versus desktop, benchmark a page against its site average, and analyze up to 40 weeks of p75 trends.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google CrUX MCPDoes https://web.dev pass Core Web Vitals on mobile?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google CrUX MCP
English | Русский
A1 Google CrUX MCP brings real-user Core Web Vitals data into an AI app. Check whether a public site or page passes LCP, INP and CLS, compare mobile with desktop, and see how the metrics changed over time.
It reads Google’s Chrome UX Report dataset — field data collected from Chrome users, not a synthetic speed test or a way to change your site.
6 read-only tools. Core Web Vitals assessment, device comparison, origin-versus-page comparison, 40-week trend and raw latest or historical records.
Real-user data. It is the same CrUX field data used by PageSpeed Insights and Google’s Core Web Vitals signals.
Clear availability boundary. Only public origins and URLs with enough real-user traffic have data;
no_datais a valid result.Known quota cost. CrUX allows 150 queries per minute per project. Device comparison makes four API calls; origin-versus-page makes two.
Start with a read-only question:
Does
https://example.compass Core Web Vitals on mobile?
Connect the server · Explore use cases · Open technical documentation
See it work in a minute
You: Does
https://example.com/pricingpass Core Web Vitals on mobile?Assistant: Shows p75 LCP, INP and CLS, their good/needs-improvement/poor ratings and the overall result. Nothing changes.
You: Compare this page with the site average and show how mobile differs from desktop.
Assistant: Compares the origin and URL, then device groups and their traffic shares. All six tools read the public CrUX dataset only.
Related MCP server: GSC Analyst Connector
Contents
Quick start
You need Node.js 20+ and a Google Cloud API key with Chrome UX Report API enabled.
Add the server to your AI app.
Ask the read-only question above.
In Settings → Plugins → MCP servers, select Add server, then add npx -y mcp-google-crux@latest with CRUX_API_KEY.
codex mcp add google-crux --env CRUX_API_KEY=your_key -- npx -y mcp-google-crux@latest
codex mcp listclaude mcp add --env CRUX_API_KEY=your_key --transport stdio --scope user google-crux -- npx -y mcp-google-crux@latest
claude mcp listOpen Settings → Developer → Edit Config and add {"mcpServers":{"google-crux":{"command":"npx","args":["-y","mcp-google-crux@latest"],"env":{"CRUX_API_KEY":"your_key"}}}}.
If Edit Config is unavailable, edit ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows. Claude Desktop MCP documentation
Add {"mcpServers":{"google-crux":{"type":"stdio","command":"npx","args":["-y","mcp-google-crux@latest"],"env":{"CRUX_API_KEY":"your_key"}}}} to ~/.cursor/mcp.json on macOS/Linux or %USERPROFILE%\.cursor\mcp.json on Windows. Cursor MCP documentation
Run MCP: Open User Configuration and add:
{"servers":{"google-crux":{"type":"stdio","command":"npx","args":["-y","mcp-google-crux@latest"],"env":{"CRUX_API_KEY":"${input:crux_api_key}"}}},"inputs":[{"type":"promptString","id":"crux_api_key","description":"Google Cloud API key","password":true}]}Check it with MCP: List Servers. VS Code MCP documentation
What you can ask it to do
Does this public origin or URL pass Core Web Vitals?
Compare phone, desktop, tablet and all-device results.
Is this page faster or slower than the site average?
How did LCP, INP and CLS change during the last 25 weeks?
Show the raw CrUX histograms and percentiles for a technical review.
How to read CrUX data
CrUX reports a rolling 28-day window, updated daily. Historical data is weekly and updates on Mondays. The key value is p75: 75% of observed visits are at or below it. get_core_web_vitals interprets metric thresholds for you; raw record tools expose full histograms and density fractions.
No data does not mean the site is broken. It means Google has no sufficiently large public Chrome-user sample for that origin, URL or device group. Tablets and individual URLs often have no data.
Getting access
In Google Cloud Console, create or select a project; no billing account is needed for CrUX.
Enable the Chrome UX Report API.
Create an API key in APIs & Services → Credentials.
Restrict the key to Chrome UX Report API and pass it as
CRUX_API_KEY.
The key is stored in the MCP client configuration and is sent in the API request URL, so treat it as a password.
Configuration
Variable | Required | Description |
| Yes | Google Cloud key with Chrome UX Report API enabled. |
| No | API base URL override. |
| No | Per-request timeout; default |
| No | Retries for 429, 5xx and network failures; default |
Data, limits and background work
Read-only public dataset. The server cannot alter sites, Search Console, CrUX records or Google rankings.
Quota-aware retries. It retries
429, 5xx and network errors with backoff. Keep compound comparisons in mind when budgeting the 150 queries per minute project quota.No background monitoring. The server works only while called. If your AI app supports scheduled tasks, it can create a recurring performance report.
Anonymous telemetry. It sends installation and version data plus tool names, never API keys, queried URLs, results, arguments or prompts. Set
ASKADS_TELEMETRY=0to opt out.
Technical documentation
MCP capability catalog — task-oriented pages for every tool.
Support
Found a bug or need a scenario? Create an issue or write in Telegram.
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceCore Web Vitals analysis powered by Lighthouse. Four tools: analyze a URL, compare two URLs, check against thresholds, or crawl an entire site. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible AI tool.420MIT
- FlicenseNot gradedqualityBmaintenanceEnables querying Google Search Console data via natural language, providing tools for site traffic analysis, page changes, and optimization opportunities.
- AlicenseNot gradedqualityCmaintenanceEnables querying Google Search Console and Google Analytics 4 through natural language, with tools for SEO analysis like anomaly detection, cannibalization detection, and opportunity scoring.291MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Google Search Console data, including search analytics with advanced filtering, quick wins detection, and rich dimensions, through natural language.4,053MIT
Related MCP Connectors
Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.
Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth.
Turn Search Console data into SEO actions, content, publishing, indexing, and AI insights.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/A1-x-Tech/mcp-google-crux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server