Skip to content
Claude Desktop

Iplookup for Claude Desktop

io.github.pipeworx-io/iplookup

IP Lookup MCP — ip-api.com (free, no auth for basic usage)

client:Claude Desktop transport:streamable-http

Install Iplookup in Claude Desktop

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

{
  "mcpServers": {
    "iplookup": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/iplookup/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Iplookup in other clients