africa api mcp for Cursor
io.github.africa-api/africa-api-mcp
MCP server for Africa API — access data on all 54 African countries through Claude
client:Cursor
transport:stdio
runtime:npm
Install africa api mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"africa-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"africa-api-mcp"
],
"env": {
"AFRICA_API_KEY": "<AFRICA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs