Skip to content
Windsurf

mcp ip2location io for Windsurf

io.github.ip2location/mcp-ip2location-io

IP Geolocation MCP server that query the geolocation information using IP2Location.io API.

client:Windsurf transport:stdio runtime:pypi

Install mcp ip2location io in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-ip2location-io": {
      "command": "uvx",
      "args": [
        "mcp-ip2location-io"
      ],
      "env": {
        "IP2LOCATION_API_KEY": "<IP2LOCATION_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp ip2location io in other clients