Census MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from npm. Last commit 25 Aug 2026.
Query U.S. Census Bureau data, variables, and geography via MCP.
Today is the operative word: we check Census MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add census-mcp-server -- npx -y @cyanheads/census-mcp-server
{
"mcpServers": {
"census-mcp-server": {
"args": [
"-y",
"@cyanheads/census-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.census-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/census-mcp-server"]
{
"mcpServers": {
"census-mcp-server": {
"args": [
"-y",
"@cyanheads/census-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"census-mcp-server": {
"args": [
"-y",
"@cyanheads/census-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CENSUS_API_KEY (Census Bureau API key from api.census.gov/data/key_signup.html. Required for census_query_data and census_compare_geographies; variable search and geography resolution work without it.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').).
The author declared them in the registry entry; get the values from the project itself.
Georgia education, Census, and immigration data: query, filter, aggregate, and link datasets.
VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.
GeoNames MCP — GeoNames geographical database API
District-level open data for India — Census, NFHS-5, NCRB, RBI and more, joined onto one geography.
IBGE: geography, census, economy and health from the official APIs, with provenance. 23 tools.
Geography Guesser game
Live public demo: query one person's learning and work history as a knowledge graph via MCP.
Query India's open geo data, and author collect maps: register a link, moderate, publish.
Answers built from our own checks of this server.