africa-api/africa-api-mcp
Platform-specific configuration:
{
"mcpServers": {
"africa-api-mcp": {
"command": "npx",
"args": [
"-y",
"africa-api-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that gives Claude direct access to the Africa API — comprehensive data on all 54 African nations including economic indicators, markets, trade, government, elections, and policies.
Sign up at africa-api.com and create an API key from your dashboard.
Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"africa-api": {
"command": "npx",
"args": ["-y", "africa-api-mcp"],
"env": {
"AFRICA_API_KEY": "your-api-key-here"
}
}
}
}Claude Code — add to ~/.claude/settings.json:
{
"mcpServers": {
"africa-api": {
"command": "npx",
"args": ["-y", "africa-api-mcp"],
"env": {
"AFRICA_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude and you're ready to go. No install step needed — npx handles it automatically.
Once connected, Claude can answer questions like:
40 tools across 9 domains:
| Domain | Tools | What It Covers | |--------|-------|----------------| | Countries | 4 | Country details, profiles, real-time signals for all 54 nations | | Indicators & Data | 4 | 127+ indicators (GDP, population, hea
Loading reviews...