Skip to content
Claude Desktop

geolocation mcp for Claude Desktop

io.github.7mza/geolocation-mcp

An MCP server that provides fast and up-to-date IP geolocation data.

client:Claude Desktop transport:stdio runtime:oci

Install geolocation mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "geolocation-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "7mza/geolocation-mcp:0.0.1"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

geolocation mcp in other clients