Skip to content
Zed

africa api mcp for Zed

io.github.africa-api/africa-api-mcp

MCP server for Africa API — access data on all 54 African countries through Claude

client:Zed transport:stdio runtime:npm

Install africa api mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "africa-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "africa-api-mcp"
      ],
      "env": {
        "AFRICA_API_KEY": "<AFRICA_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

africa api mcp in other clients