Back to MCP Servers

Ip2location Io

Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.

location-servicesapiai

Installation

npx -y mcp-ip2location-io

Configuration

{
  "mcpServers": {
    "mcp-ip2location-io": {
      "command": "npx",
      "args": ["-y", "mcp-ip2location-io"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub