Skip to content
Cursor

Census (ACS by ZIP) for Cursor

io.github.mcpwright/census-mcp

U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store.

client:Cursor transport:stdio runtime:pypi

Install Census (ACS by ZIP) in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "census-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpwright-census"
      ],
      "env": {
        "CENSUS_API_KEY": "<CENSUS_API_KEY>"
      }
    }
  }
}

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

Census (ACS by ZIP) in other clients