Skip to content
Cursor

mcp ip2whois for Cursor

io.github.ip2whois/mcp-ip2whois

WHOIS domain MCP server that query the WHOIS information using IP2WHOIS API.

client:Cursor transport:stdio runtime:pypi

Install mcp ip2whois in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-ip2whois": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-ip2whois"
      ],
      "env": {
        "IP2WHOIS_API_KEY": "<IP2WHOIS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp ip2whois in other clients