Back to MCP directory
publicPublicdnsLocal runtime

World Bank Data

一个连接世界银行开放数据API的MCP服务器,支持查询国家数据和指标分析。

article

README

🚀 世界银行 MCP 服务器

一个基于 Model Context Protocol (MCP) 的服务器,能够与开放的世界银行数据 API 进行交互。借助此服务器,AI 助手可以列出可用国家,并对这些国家的指标进行分析,为数据探索和分析提供便利。

smithery 徽章

✨ 主要特性

  • 可列出世界银行开放数据 API 中可用的国家。
  • 能列出世界银行开放数据 API 中可用的指标。
  • 支持对国家的各项指标(如人口构成、贫困数字等)进行分析。
  • 具备详细的日志记录功能。

📦 安装指南

通过 Smithery 安装

要通过 Smithery 自动安装世界银行数据服务器以用于 Claude Desktop,可执行以下命令:

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

💻 使用示例

基础用法

在你的 claude_desktop_config.json 中添加以下内容:

{
  "mcpServers": {
    "world_bank": {
      "command": "uv",
      "args": [
        "--directory", 
        "path/to/world_bank_mcp_server",
        "run",
        "world_bank_mcp_server"
      ]
    }
  }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client