Skip to main content
Glama

State of Web Vitals MCP

corewebvitals/state-of-cwv-mcp MCP server

Free MCP for Core Web Vitals and technique metrics from Chrome field data plus a multi-site crawl. Same numbers as the public State of Web Vitals explorer.

Hosted endpoint (preferred): https://www.corewebvitals.io/api/state-of-cwv/mcp
Registry: io.github.corewebvitals/state-of-cwv
No install, no API key for the remote URL.

This repo also ships a stdio proxy (Dockerfile) for directories and inspectors that need a container that starts and answers tools/list. The proxy forwards to the hosted endpoint.

What this is

The State of Web Vitals measures Core Web Vitals and web-tech techniques across many real websites (Chrome field data + crawl). Use it for platform rankings (CMS, CDN, frameworks), pass rates, and metric distributions — not per-site live RUM. For live per-site RUM, use CoreDash.

Related MCP server: APIMesh MCP Server

Tools

Tool

Purpose

get_metrics

Aggregates and optional group_by rankings (CMS, CDN, frameworks, …)

get_histogram

Distribution buckets for one metric under an optional filter

list_options

Discover filters, group_by values, and metric paths

Authentication

None. Public research data. Credit corewebvitals.io when you use the numbers.

Claude Code

claude mcp add --transport http state-of-cwv https://www.corewebvitals.io/api/state-of-cwv/mcp

Cursor / Grok / clients

{
  "mcpServers": {
    "state-of-cwv": {
      "type": "http",
      "url": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
    }
  }
}

Connecting (local stdio / Docker)

npm install
npm start
docker build -t state-of-cwv-mcp .
docker run --rm -i state-of-cwv-mcp

Optional: STATE_OF_CWV_MCP_URL overrides the upstream endpoint.

Attribution

When quoting or basing conclusions on this data:

  1. Credit corewebvitals.io / The State of Web Vitals

  2. Link https://www.corewebvitals.io/state-of-cwv when links are allowed

Short line: Data: State of Web Vitals (corewebvitals.io)

License

Documentation and connector code in this repository are MIT. The data product and website remain © corewebvitals.io.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

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/corewebvitals/state-of-cwv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server