MCP Server
Maintained
MIT
State of Web Vitals MCP Server
io.github.corewebvitals/state-of-cwv
What is the State of Web Vitals MCP server?
Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth.
How to install State of Web Vitals
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"state-of-cwv": {
"url": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"state-of-cwv": {
"serverUrl": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"state-of-cwv": {
"type": "http",
"url": "https://www.corewebvitals.io/api/state-of-cwv/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"state-of-cwv": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.corewebvitals.io/api/state-of-cwv/mcp"
]
}
}
}Claude Code
claude mcp add --transport http state-of-cwv https://www.corewebvitals.io/api/state-of-cwv/mcpRelated MCP servers
Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.
0
View repository →MIT