mcpbeat Sign in

Worldbank MCP Server

local only

Worldbank MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

World Bank indicators, countries, and EIA energy series.

Installs / week
npm · @mrfentmen/worldbank-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Worldbank MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add worldbank-mcp -- npx -y @mrfentmen/worldbank-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "worldbank-mcp": {
      "args": [
        "-y",
        "@mrfentmen/worldbank-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.worldbank-mcp]
command = "npx"
args = ["-y", "@mrfentmen/worldbank-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "worldbank-mcp": {
      "args": [
        "-y",
        "@mrfentmen/worldbank-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "worldbank-mcp": {
      "args": [
        "-y",
        "@mrfentmen/worldbank-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Worldbank MCP

same job, measured the same way
I
World Bank Indicators
by taru0208

Access World Bank development indicators for 200+ countries.

answering
Worldbank MCP Server
by cyanheads

Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.

270 installs/wk 9 tools answering
Statistics of the World
by statisticsoftheworld

490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED.

11 tools answering
DaedalMap CIA World Factbook
by daedalmap

CIA World Factbook country indicators: infrastructure, energy, demographics, economy, 2002-2026.

4 tools answering
GetExperience
by skurakov

Search and book tours and travel experiences in 40+ countries via MCP.

7 tools answering
Nigeria Worldbank Macro
by braynexservices

Nigerian macro indicators (GDP, inflation, population, FDI, more). World Bank API, keyless.

34 installs/wk local only
Bamwor MCP Server
by bamwor-dev

World geographic data for AI agents: 261 countries, 5.2M cities, rankings, and 9 indexes.

38 installs/wk local only
Un Datacommons MCP
by therealtimex

MCP server to query Data Commons indicators and observations (base or custom).

31 installs/wk local only

Worldbank MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Worldbank MCP?
Worldbank MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/worldbank-mcp.
How do I connect Worldbank MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/worldbank-mcp straight from npm; nothing to host, nothing to sign up for.
Is Worldbank MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.