mcpbeat Sign in

Census MCP Server

local only

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.

Installs per day peak 219 · avg 25 · +109% w/w
a month agotoday
104
Installs / week
npm · @cyanheads/census-mcp-server
2
Stars
4 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add census-mcp-server -- npx -y @cyanheads/census-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "census-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/census-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.census-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/census-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "census-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/census-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Census MCP Server

same job, measured the same way
Georgia Civic Data
by georgiacivicdata

Georgia education, Census, and immigration data: query, filter, aggregate, and link datasets.

12 tools answering
Variflight MCP
by variflight

VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.

2 490 installs/wk local only
Geonames
by pipeworx-io

GeoNames MCP — GeoNames geographical database API

35 tools answering
Spatial India
by spatialindia

District-level open data for India — Census, NFHS-5, NCRB, RBI and more, joined onto one geography.

6 tools answering
IBGE Brasil MCP
by sidneybissoli

IBGE: geography, census, economy and health from the official APIs, with provenance. 23 tools.

1 063 installs/wk 23 tools answering
My MCP Server
by alpic-gueguesser-chatgptap-68537aa2

Geography Guesser game

4 tools answering
PersonalKnowHow
by georgi-petkov

Live public demo: query one person's learning and work history as a knowledge graph via MCP.

4 tools answering
I
Bharatlas MCP
by sathya-sankaran

Query India's open geo data, and author collect maps: register a link, moderate, publish.

local only

Census MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Census MCP Server?
Census MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cyanheads/census-mcp-server was installed 104 times last week.
How do I connect Census MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cyanheads/census-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Census MCP Server?
The npm package @cyanheads/census-mcp-server was installed 104 times in the last week. Week over week that is +109%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Census MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 2 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.