Back to MCP Servers

Aiwen Mcp Server Geoip

MCP Server for the Aiwen IP Location, Get user network IP location, get IP details (country, province, city, lat, lon, ISP, owner, etc.)

location-servicesai

Installation

npx -y aiwen-mcp-server-geoip

Configuration

{
  "mcpServers": {
    "aiwen-mcp-server-geoip": {
      "command": "npx",
      "args": ["-y", "aiwen-mcp-server-geoip"]
    }
  }
}

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