mcpbeat Sign in

DNS Lookup MCP Server

local only

DNS Lookup MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Look up DNS records for any domain using Google DNS over HTTPS. No key required.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · dns-lookup-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dns-lookup-mcp -- npx -y dns-lookup-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dns-lookup-mcp": {
      "args": [
        "-y",
        "dns-lookup-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dns-lookup-mcp]
command = "npx"
args = ["-y", "dns-lookup-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dns-lookup-mcp": {
      "args": [
        "-y",
        "dns-lookup-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dns-lookup-mcp": {
      "args": [
        "-y",
        "dns-lookup-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DNS Lookup MCP

same job, measured the same way
Dns Lookup Mcp
by varvararatta

Unlock the power of DNS lookups with our DNS Lookup service using Google DNS-over-HTTPS. Whether

3 tools answering
Googlenews MCP
by mrfentmen

Google News headlines as RSS. No key required.

local only
Patents MCP
by mrfentmen

Search US patents and patent applications from Google Patents. No key required.

local only
Google Autocomplete MCP
by mrfentmen

Google search suggestions. No key required.

local only
Google data (Trends, YouTube, Ads Transparency, Play)
by ducnhd

Google Trends, YouTube, Ads Transparency and Play reviews over plain HTTP. No API key.

74 installs/wk local only
SearcherLite
by searcherlite

SEO data for Google keywords, domains, backlinks and AI visibility. Pay per lookup, no subscription.

answering
Deps Dev MCP
by mrfentmen

Open source dependency metadata from Google deps.dev. No key required.

local only
Books MCP
by mrfentmen

Search books and fetch volume details from the Google Books API. No key required.

local only

DNS Lookup MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DNS Lookup MCP?
DNS Lookup MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dns-lookup-mcp.
Is DNS Lookup MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect DNS Lookup MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dns-lookup-mcp straight from npm; nothing to host, nothing to sign up for.