Command Palette

Search for a command to run...

UnylyUnyly
Browse all

World Bank

FreeNot checked

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

GitHubEmbed

About

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

README

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:

{
  "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

from github.com/anshumax/world_bank_mcp_server

Installing World Bank

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/anshumax/world_bank_mcp_server

FAQ

Is World Bank MCP free?

Yes, World Bank MCP is free — one-click install via Unyly at no cost.

Does World Bank need an API key?

No, World Bank runs without API keys or environment variables.

Is World Bank hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install World Bank in Claude Desktop, Claude Code or Cursor?

Open World Bank on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare World Bank with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs