Skip to content

mcp ip2location io for Zed

io.github.ip2location/mcp-ip2location-io

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

client:Zed transport:stdio runtime:pypi

Install mcp ip2location io in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp ip2location io in other clients