World Bank MCP Server

by MCP-Mirror

302 downloads
Not rated
GitHub

About

An MCP server that enables interaction with the open World Bank data API, allowing AI assistants to list indicators and analyse those indicators for available countries.

Details

Author
MCP-Mirror
Downloads
302
Categories
Finance

- List available countries in the World Bank open data API
- List available indicators in the World Bank open data API
- Analyse indicators (e.g., population, poverty) for countries
- Comprehensive logging

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name World Bank MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add a world_bank entry to your claude_desktop_config.json using the uv command with the server's directory path and run world_bank_mcp_server. Alternatively, install via Smithery using the CLI command npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "world bank mcp server": {
            "anshumax_world_bank_mcp_server": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@anshumax/world_bank_mcp_server",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "anshumax_world_bank_mcp_server": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@anshumax/world_bank_mcp_server",
            "--client",
            "claude"
        ]
    }
}

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:

{
  "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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.