World Bank MCP Server
A Model Context Protocol (MCP) server that enables interaction with the open World Bank data API. This server allows AI assistants to list indicators and analyse those indicators for the countries that are available with the World Bank.
Features
- List available countries in the World Bank open data API
- List available indicators in the World Bank open data API
- Analyse indicators, such as population segments, poverty numbers etc, for countries
- Comprehensive logging
Usage
With Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"world_bank": {
"command": "uv",
"args": [
"--directory",
"path/to/world_bank_mcp_server",
"run",
"world_bank_mcp_server"
]
}
}
}
Installing via Smithery
To install World Bank Data Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude
Recommend MCP Servers 💡
@Panth1823/formula1-mcp
Provides real-time and historical Formula 1 racing data via the Model Context Protocol
Quickchat AI MCP
The Quickchat AI MCP server
SchemaCrawler-MCP-Server
A Model Context Protocol (MCP) server for SchemaCrawler, enabling AI agents to query and understand database schemas.
@bldbl/mcp
Official MCP client for Buildable - AI-powered development platform that makes any project buildable
MCP-timeserver
A simple MCP server that exposes datetime information to agentic systems and chat REPLs
mcp-link
A tool that automatically converts any OpenAPI V3 API into an MCP Server, enabling seamless integration with AI agents.
