trackmcp
Back to directory
anshumax

world_bank_mcp_server

View on GitHub

An implementation of the Model Context Protocol for the World Bank open data API

40 stars PythonAI & Machine Learning Updated Oct 4, 2025

Documentation

MseeP.ai Security Assessment Badge

World Bank MCP Server

smithery badge

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`:

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:

bash
npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude

Frequently asked questions

What is world_bank_mcp_server?

world_bank_mcp_server is An implementation of the Model Context Protocol for the World Bank open data API

How do I install world_bank_mcp_server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is world_bank_mcp_server open source?

Yes — it is hosted on GitHub at https://github.com/anshumax/world_bank_mcp_server and has 40 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP