Skip to content
Cursor

census mcp for Cursor

io.github.mrfentmen/census-mcp

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

client:Cursor transport:stdio runtime:npm

Install census mcp in Cursor

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

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

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

census mcp in other clients