Skip to content

ip2location geolocation for Grok

com.mcparmory/ip2location-geolocation

Look up IP address location and geolocation data with country, city, timezone, and ISP details

client:Grok transport:stdio runtime:pypi

Install ip2location geolocation in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ip2location-geolocation": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-ip2location-geolocation"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ip2location geolocation in other clients