Skip to content
Claude Desktop

coredash for Claude Desktop

io.github.corewebvitals/coredash

Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.

client:Claude Desktop transport:streamable-http

Install coredash in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "coredash": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.coredash.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

coredash in other clients