PluginBench
MCP Server

io.github.ofershap/dns MCP Server

io.github.ofershap/dns

What is the io.github.ofershap/dns MCP server?

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

How to install io.github.ofershap/dns

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dns": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dns"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dns": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dns"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dns": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dns"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dns": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dns"
      ]
    }
  }
}
Claude Code
claude mcp add dns -- npx -y mcp-server-dns

Related MCP servers

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

View repository →

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

View repository →

Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.

View repository →

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

View repository →

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

View repository →

MCP server to create, read, update, list, and search GitHub Gists from your IDE

View repository →