Loading MCP server directory, please wait...
Search and query the Eurostat catalogue — EU economy, demography, trade, and NUTS regional data.
npx @getmcp/cli add io.github.cyanheads/eurostat-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/eurostat-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/eurostat-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"EUROSTAT_BASE_URL": "https://ec.europa.eu/eurostat/api/dissemination",
"EUROSTAT_REQUEST_TIMEOUT_MS": "30000",
"EUROSTAT_TOC_CACHE_TTL_MS": "43200000",
"EUROSTAT_BULK_TIMEOUT_MS": "120000",
"EUROSTAT_BULK_MAX_BYTES": "52428800",
"CANVAS_PROVIDER_TYPE": "none",
"CANVAS_TEMP_PATH": "",
"CANVAS_TTL_MS": "86400000",
"CANVAS_DEFAULT_ROW_LIMIT": "10000"
}
}
}
}