Skip to content
Grok

Census (ACS by ZIP) for Grok

io.github.mcpwright/census-mcp

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

client:Grok transport:stdio runtime:pypi

Install Census (ACS by ZIP) in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Census (ACS by ZIP) in other clients