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 💡
trello-mcp-server
A Model Context Protocol (MCP) server that connects Trello with MCP-compatible AI assistants.
fess-mcp-server
A middleware server integrating with the Fess search engine to enable MCP clients to obtain search information.
Weather-MCP-ClaudeDesktop
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.
@gabrielmaialva33/mcp-filesystem
A secure MCP server providing controlled filesystem access with predefined directory restrictions
@pinecone-database/mcp
The Pinecone Developer MCP Server connects AI assistants like Cursor and Claude to your Pinecone projects and documentation, enabling them to search docs, manage indexes, and interact with your data.
Kiran1689/storyblok-mcp-server
MCP Server for managing Storyblok spaces, stories, components, assets, and workflows via Model Context Protocol
