Skip to content
Claude Desktop

census mcp for Claude Desktop

io.github.mrfentmen/census-mcp

US Census population data by nation, state, and county. Requires a free Census API key.

client:Claude Desktop transport:stdio runtime:npm

Install census mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "census-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "census-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

census mcp in other clients