Query 29,500+ World Bank development indicators for 200+ countries across 60+ years via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"worldbank-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/worldbank-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add worldbank-mcp-server npx -y cyanheads/worldbank-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"worldbank-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/worldbank-mcp-server"
]
}
}
}