pipeworx-io/mcp-worldbank
MCP server for World Bank data — country stats, GDP, population, and development indicators
Platform-specific configuration:
{
"mcpServers": {
"mcp-worldbank": {
"command": "npx",
"args": [
"-y",
"mcp-worldbank"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
World Bank MCP — wraps the World Bank Data API v2 (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"worldbank": {
"url": "https://gateway.pipeworx.io/worldbank/mcp"
}
}
}Or use the CLI:
npx pipeworx use worldbankMIT
Loading reviews...