cdc-open-data-mcp-server

QuentinCody/cdc-open-data-mcp-server
★ 0 stars TypeScript 🔌 API Integration Updated today
MCP server for CDC Open Data via Socrata SODA API — public health surveillance datasets
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cdc-open-data-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/cdc-open-data-mcp-server"
      ]
    }
  }
}