mcp-ip-geo

chenmingyong0423/mcp-ip-geo
★ 12 stars Go 🔌 API Integration Updated 1mo ago
An MCP Server that provides IP geolocation lookup (country, region, city, etc.) via ip-api.com.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ip-geo": {
      "command": "go",
      "args": [
        "run",
        "github.com/chenmingyong0423/mcp-ip-geo@latest"
      ]
    }
  }
}

Topics

geolocationgoipmcpmcp-server