Dns MCP Server
DNS lookups, reverse DNS, WHOIS, and domain checks from your AI assistant. No API keys, no config. Powered by Node.js built-in DNS. Its 5 documented tools cluster into dns, reverse, resolve, check. It runs locally over stdio via the published package.
People who work with dns, domain and network and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-03-10 · ★ 3 · #141 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Dns
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add ofershap-mcp-server-dns -- npx -y mcp-server-dns Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"ofershap-mcp-server-dns": {
"command": "npx",
"args": [
"-y",
"mcp-server-dns"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package mcp-server-dns - unscoped; check the name against the project README before installing
registry namespace io.github.ofershap is GitHub-verified and matches the repo owner
03 · What Dns can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can resolve A, AAAA, MX, TXT, NS, CNAME in one call, and get nameserver (NS) records for a domain.
Capability map
Tools grouped from the project's README - what Dns lets an agent do.
Dns
1 tool - e.g. Look up A, AAAA, MX, TXT, NS, CNAME, SOA, SRV, or PTR
dns_lookup
Reverse
1 tool - e.g. Perform reverse DNS (PTR) lookup on an IP address
reverse_dns
Resolve
1 tool - e.g. Resolve A, AAAA, MX, TXT, NS, CNAME in one call
resolve_all
Check
1 tool - e.g. Get nameserver (NS) records for a domain
check_nameservers
Whois
1 tool - e.g. Query WHOIS data (follows IANA referrals to registrar)
whois
04 · Who maintains Dns
dns is maintained by ofershap. We track 15 MCP servers from ofershap - 15 actively maintained, 98 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from ofershap.
- real-browser MCP server + Chrome extension for AI browser control with real sessions. ★ 51
- ai-context-kit Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot. ★ 8
- docker MCP server for Docker - manage containers, images, volumes, and compose services from your IDE ★ 3
- scraper Web scraping MCP - extract clean markdown, links, and metadata from any URL. ★ 6
- markdown Markdown MCP - search, extract sections, list headings, find code blocks. ★ 5
- s3 AWS S3 MCP - list buckets, browse objects, upload/download, presigned URLs. ★ 4
05 · Facts
- repository
- github.com/ofershap/mcp-server-dns
- category
- security - ranked #141 of 204 actively-maintained security servers as of 2026-09-18.
- registry
- io.github.ofershap/dns (active, first published 2026-03-10)
- packages
- npm:mcp-server-dns
06 · Dns FAQ
Is Dns still maintained?
Yes - as of 2026-09-18, its last commit was 2026-03-10. We re-verify nightly.
What can Dns do?
With this server connected, an agent can resolve A, AAAA, MX, TXT, NS, CNAME in one call, and get nameserver (NS) records for a domain.
How do I install Dns?
Run `npx -y mcp-server-dns`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does Dns run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Dns
Alternatives to Dns
Maintained security servers if Dns isn't the fit.
- Treg To OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint. ★ 1,627 · 2026-09-18
- SafeDep Vet MCP Protect your AI agents and IDEs from malicious open-source packages. ★ 1,105 · 2026-09-16
- SonarQube MCP Server Analyze code quality and security with SonarQube Server or Cloud directly in AI assistants. ★ 652 · 2026-09-17
- HOL Guard Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server. ★ 625 · 2026-09-18
- Decionis CommerceGate MCP Commerce preflights, D365 authorization, signed evidence, and reports; no marketplace or ERP writes. ★ 533 · 2026-09-18
- Emisar Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step. ★ 353 · 2026-09-15
Pairs well with
Servers that cover what Dns doesn't - only shown when the pairing reason fits the companion.
More security MCP servers · Microsoft 365 Admin · Onelogin MCP · Onplana · Operant MCP · Otto Travel
More TypeScript MCP servers · Docker · GitHub Actions · GitHub Gist · Markdown · S3 (ofershap) · see all