Skip to content
Cursor

census geo mcp for Cursor

io.github.mrfentmen/census-geo-mcp

Census Bureau geocoding API: address to coordinates and census geography.

client:Cursor transport:stdio runtime:npm

Install census geo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

census geo mcp in other clients