Query U.S. Census Bureau data, variables, and geography using this Model Context Protocol server via STDIO or HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"census-mcp-server": {
"command": "npx",
"args": [
"-y",
"Taliawedged117/census-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add census-mcp-server npx -y Taliawedged117/census-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"census-mcp-server": {
"command": "npx",
"args": [
"-y",
"Taliawedged117/census-mcp-server"
]
}
}
}