Loading MCP server directory, please wait...
U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store.
npx @getmcp/cli add io.github.mcpwright/census-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
CENSUS_API_KEYFree Census API key (get one at https://api.census.gov/data/key_signup.html). Required for the one-time bulk download of the ACS dataset.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mcpwright/census-mcp": {
"command": "uvx",
"args": [
"mcpwright-census"
],
"env": {
"CENSUS_API_KEY": ""
}
}
}
}