apogeoapi mcp for Claude Desktop
com.apogeoapi/apogeoapi-mcp
Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.
client:Claude Desktop
transport:stdio
runtime:npm
Install apogeoapi mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"apogeoapi-mcp": {
"command": "npx",
"args": [
"-y",
"@apogeoapi/mcp"
],
"env": {
"APOGEOAPI_KEY": "<APOGEOAPI_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs