Eurostat MCP Server
@cyanheads/eurostat-mcp-server Search and query the Eurostat catalogue - EU economy, demography, trade, health, and NUTS regional data via MCP. STDIO or Streamable HTTP. Its 8 documented tools cover eurostat, dataset, dataframe.
People who work with eurostat, dataset and dataframe and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-16 · ★ 6 · #15 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install Eurostat MCP Server
before you install - you'll need
Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting.
Claude Code
claude mcp add cyanheads-eurostat-mcp-server --transport http https://eurostat.caseyjhand.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"cyanheads-eurostat-mcp-server": {
"url": "https://eurostat.caseyjhand.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://eurostat.caseyjhand.com/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-09-17
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to eurostat.caseyjhand.com
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license Apache-2.0 - declared in the repository
npm package @cyanheads/eurostat-mcp-server - published under the repo owner's npm scope (@cyanheads)
registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner
03 · What Eurostat MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can search the Eurostat catalogue by keyword - returns codes, descriptions, period coverage, and theme breadcrumbs, navigate the Eurostat theme hierarchy - list root themes or drill into subthemes and datasets, fetch dataset metadata: dimensions with sample values, time range, observation count, and last-update date, and list all valid codes for one dataset dimension, with NUTS hierarchy filtering for geo.
The 8 tools it gives your agent
Extracted from the project's README - what eurostat-mcp-server lets an agent do.
- eurostat_search_datasets
- - Search the Eurostat catalogue by keyword - returns codes, descriptions, period coverage, and theme breadcrumbs
- eurostat_browse_themes
- - Navigate the Eurostat theme hierarchy - list root themes or drill into subthemes and datasets
- eurostat_get_dataset_info
- - Fetch dataset metadata: dimensions with sample values, time range, observation count, and last-update date
- eurostat_get_dimension_values
- - List all valid codes for one dataset dimension, with NUTS hierarchy filtering for geo
- eurostat_query_dataset
- - Fetch a bounded preview of decoded observations with dimension filters, NUTS geo-level, and time-range controls
- eurostat_download_dataset
- - Download a whole dataset via the SDMX bulk endpoint and stage every observation on the dataframe canvas
- eurostat_dataframe_describe
- - List the tables staged on a dataframe canvas, with row counts and column types - canvas only
- eurostat_dataframe_query
- - Run a read-only SQL SELECT across staged tables - canvas only
Latest releases
v0.6.4 · 2026-09-16
createApp({ sessionMode: 'stateless' }) declared in source - with MCP_SESSION_MODE unset, server-info now advertises stateless instead of the framework's auto → stateful default; an explicit MCP_SESSION_MODE still…
v0.6.3 · 2026-08-31
Distinguish browse code errors · Known dataset and table theme codes return not_a_folder with entry type and next-step recovery; absent codes remain not_found. (#40) · Tests, design notes, changelog, and release…
v0.6.2 · 2026-08-31
Dataset-scoped metadata and bounded previews · Dataset-scoped SDMX metadata reports full available values and distinguishes empty queries from missing datasets (#37, #38, #44) · eurostat_query_dataset returns bounded…
04 · Who maintains Eurostat MCP Server
eurostat-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 119 actively maintained, 1,816 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.
- obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 681
- mcp-ts-core Agent-native TypeScript framework for MCP servers. ★ 151
- pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148
- git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 240
- clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94
- ntfy-mcp-server Send, manage, and replay ntfy push notifications via MCP. ★ 22
05 · Facts
- repository
- github.com/cyanheads/eurostat-mcp-server
- category
- science & health - ranked #15 of 71 actively-maintained science & health servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-16)
- registry
- io.github.cyanheads/eurostat-mcp-server (active, first published 2026-05-24 · 24 versions)
- packages
- npm:@cyanheads/eurostat-mcp-server · npm:@cyanheads/eurostat-mcp-server
06 · Eurostat MCP Server FAQ
Is Eurostat MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Eurostat MCP Server do?
With this server connected, an agent can search the Eurostat catalogue by keyword - returns codes, descriptions, period coverage, and theme breadcrumbs, navigate the Eurostat theme hierarchy - list root themes or drill into subthemes and datasets, fetch dataset metadata: dimensions with sample values, time range, observation count, and last-update date, and list all valid codes for one dataset dimension, with NUTS hierarchy filtering for geo.
How do I install Eurostat MCP Server?
Run `npx -y @cyanheads/eurostat-mcp-server`. The README documents 2 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. You can also paste the ready-made client config above.
Does Eurostat MCP Server require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.
07 · Alternatives to Eurostat MCP Server
Alternatives to Eurostat MCP Server
Maintained science & health servers if Eurostat MCP Server isn't the fit.
- Arxiv MCP Server (blazickjp) Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP. ★ 3,159 · 2026-08-26
- Paper Banana Generate academic diagrams and statistical plots from text using multi-agent AI. ★ 2,367 · 2026-09-17
- Pyscn Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score. ★ 1,068 · 2026-09-17
- Pubmed MCP Server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148 · 2026-09-13
- FHIR MCP Server MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications ★ 136 · 2026-09-04
- Clinicaltrialsgov MCP Server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94 · 2026-09-13
More science & health MCP servers · Medical Codes MCP Server · Oecd MCP Server · Pubchem MCP Server · Who Gho MCP Server
More TypeScript MCP servers · Faa Aircraft Registry MCP Server · Faostat MCP Server · Gdelt MCP Server · Git MCP Server · Guardian MCP Server · see all