cdc-places-mcp-server

GSA-TTS/cdc-places-mcp-server
★ 4 stars Python 📊 Data/Analytics Updated today
Pilot MCP for the CDC PLACES dataset
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-places-mcp-serve": {
      "command": "uvx",
      "args": [
        "cdc-places-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cdc-places-mcp-server