This repository hosts a Model Context Protocol (MCP) server that facilitates interaction with the World Bank's open data API, enabling AI assistants to list and analyze indicators for various countries.
This repository hosts a Model Context Protocol (MCP) server designed to interface with the World Bank's open data API. The server empowers AI assistants to access and analyze World Bank data, specifically enabling them to list indicators and analyze those indicators for available countries.
To integrate with Claude Desktop, add the following configuration to your claude_desktop_config.json
file, adjusting the path to the server's location:
{
"mcpServers": {
"world_bank": {
"command": "uv",
"args": [
"--directory",
"path/to/world_bank_mcp_server",
"run",
"world_bank_mcp_server"
]
}
}
}
Alternatively, install the World Bank Data Server for Claude Desktop automatically using Smithery with the following command:
npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude
anshumax/world_bank_mcp_server
January 4, 2025
March 27, 2025
Python