Loading MCP server directory, please wait...
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
npx @getmcp/cli add io.github.cyanheads/worldbank-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/worldbank-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/worldbank-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"WORLDBANK_API_BASE_URL": "https://api.worldbank.org/v2",
"WORLDBANK_PIP_BASE_URL": "https://api.worldbank.org/pip/v1",
"WORLDBANK_PROJECTS_BASE_URL": "https://search.worldbank.org/api/v3",
"WORLDBANK_DEFAULT_PER_PAGE": "50",
"WORLDBANK_CATALOG_CACHE_TTL_MS": "3600000"
}
}
}
}