MCP server for CDC Open Data via Socrata SODA API — public health surveillance datasets
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"
]
}
}
}
Run in terminal:
claude mcp add cdc-open-data-mcp-se npx -y QuentinCody/cdc-open-data-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cdc-open-data-mcp-se": {
"command": "npx",
"args": [
"-y",
"QuentinCody/cdc-open-data-mcp-server"
]
}
}
}