Skip to content
Cursor

dns for Cursor

io.github.ofershap/dns

MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config

client:Cursor transport:stdio runtime:npm

Install dns in Cursor

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

{
  "mcpServers": {
    "dns": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dns"
      ]
    }
  }
}

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

dns in other clients