Skip to content
Cursor

apogeoapi mcp for Cursor

com.apogeoapi/apogeoapi-mcp

Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.

client:Cursor transport:stdio runtime:npm

Install apogeoapi mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "apogeoapi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@apogeoapi/mcp"
      ],
      "env": {
        "APOGEOAPI_KEY": "<APOGEOAPI_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

apogeoapi mcp in other clients