MCP server for discovering and querying CDC public health datasets via the Socrata SODA API.
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-health-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/cdc-health-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cdc-health-mcp-serve npx -y cyanheads/cdc-health-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cdc-health-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/cdc-health-mcp-server"
]
}
}
}