Odel
Census (ACS by ZIP)

Census (ACS by ZIP)

Local
@mcpwrightPythonMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcpwright-censusv0.1.3

Run

uvx mcpwright-census

MCP client config

{
  "mcpServers": {
    "census-acs-by-zip": {
      "command": "uvx",
      "args": [
        "mcpwright-census"
      ]
    }
  }
}