Skip to content
Grok

cdc data mcp for Grok

io.github.mrfentmen/cdc-data-mcp

CDC public data APIs: open datasets via Socrata endpoints.

client:Grok transport:stdio runtime:npm

Install cdc data mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cdc-data-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cdc-data-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cdc data mcp in other clients