Dns MCP
Rank #11,413io.github.mclose/dns-mcp
MCP server providing dns-mcp capabilities
Dns MCP is a Model Context Protocol (MCP) server published by mclose. It ranks #11,413 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Dns MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Mar 29, 2026.
Ranks ahead of 120,633 of 132,046 servers on MCP Toplist.
Use Dns MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dns-mcp -- docker run -i --rm docker.io/mclose/dns-mcp:1.3.4[mcp_servers.dns-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/mclose/dns-mcp:1.3.4"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dns-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mclose/dns-mcp:1.3.4"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dns-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mclose/dns-mcp:1.3.4"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dns-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mclose/dns-mcp:1.3.4"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dns-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mclose/dns-mcp:1.3.4"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dns-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/mclose/dns-mcp:1.3.4"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mclose%2Fdns-mcp)<a href="https://mcptoplist.com/server/io.github.mclose%2Fdns-mcp"><img src="https://mcptoplist.com/badge/io.github.mclose%2Fdns-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mclose
Available versions (9)
| Version | Published |
|---|---|
| 1.3.4 | Mar 29, 2026 |
| 1.3.2 | Mar 10, 2026 |
| 1.3.1 | Mar 6, 2026 |
| 1.3.0 | Mar 3, 2026 |
| 1.2.0 | Mar 3, 2026 |
| 1.1.1 | Mar 3, 2026 |
| 1.1.0 | Mar 3, 2026 |
| 1.0.0 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dns MCP?
- Dns MCP is maintained by mclose, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Dns MCP listed on the Official MCP Registry?
- Yes — Dns MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Dns MCP have?
- MCP Toplist tracks 9 versions of Dns MCP, most recently published on Mar 29, 2026.
- Where can I find the source code for Dns MCP?
- The source code for Dns MCP is hosted at github.com/mclose/dns-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.