Skip to content
Cursor

IPGeolocation.io MCP Server for Cursor

io.github.ipgeolocation/ipgeolocation-io-mcp

Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent.

client:Cursor transport:stdio runtime:npm

Install IPGeolocation.io MCP Server 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": {
    "ipgeolocation-io-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ipgeolocation-io-mcp"
      ],
      "env": {
        "IPGEOLOCATION_API_KEY": "<IPGEOLOCATION_API_KEY>"
      }
    }
  }
}

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

IPGeolocation.io MCP Server in other clients