Dns Aid Core
Rank #2,133io.github.dns-aid/dns-aid
Discover and publish AI agents via DNS using SVCB records (RFC 9460)
Dns Aid Core is a Model Context Protocol (MCP) server published by dns-aid. It ranks #2,133 of 101,826 servers tracked on MCP Toplist, and its repository has 61 GitHub stars. Dns Aid Core is listed on Official MCP, with 3 tracked versions. It was first listed on May 26, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 99,693 of 101,826 servers on MCP Toplist.
Use Dns Aid Core
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dns-aid -e "DNS_AID_BACKEND=<your DNS_AID_BACKEND>" -- uvx dns-aidReplace each placeholder with your own value before saving.
[mcp_servers.dns-aid]
command = "uvx"
args = ["dns-aid"]
[mcp_servers.dns-aid.env]
DNS_AID_BACKEND = "<your DNS_AID_BACKEND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dns-aid": {
"command": "uvx",
"args": [
"dns-aid"
],
"env": {
"DNS_AID_BACKEND": "<your DNS_AID_BACKEND>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dns-aid": {
"command": "uvx",
"args": [
"dns-aid"
],
"env": {
"DNS_AID_BACKEND": "<your DNS_AID_BACKEND>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dns-aid": {
"type": "stdio",
"command": "uvx",
"args": [
"dns-aid"
],
"env": {
"DNS_AID_BACKEND": "<your DNS_AID_BACKEND>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dns-aid": {
"command": "uvx",
"args": [
"dns-aid"
],
"env": {
"DNS_AID_BACKEND": "<your DNS_AID_BACKEND>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dns-aid": {
"command": "uvx",
"args": [
"dns-aid"
],
"env": {
"DNS_AID_BACKEND": "<your DNS_AID_BACKEND>"
}
}
}
}Replace each placeholder with your own value before saving.
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.dns-aid%2Fdns-aid)<a href="https://mcptoplist.com/server/io.github.dns-aid%2Fdns-aid"><img src="https://mcptoplist.com/badge/io.github.dns-aid%2Fdns-aid.svg" alt="MCP Toplist: Top 5% of 101,826" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dns-aid
Available versions (3)
| Version | Published |
|---|---|
| 0.28.1 | Aug 9, 2026 |
| 0.28.0 | Aug 8, 2026 |
| 0.24.1 | Jun 4, 2026 |
Frequently asked questions
- Who maintains Dns Aid Core?
- Dns Aid Core is maintained by dns-aid, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Dns Aid Core listed on the Official MCP Registry?
- Yes — Dns Aid Core is listed on the Official MCP Registry.
- How many versions does Dns Aid Core have?
- MCP Toplist tracks 3 versions of Dns Aid Core, most recently published on Aug 9, 2026.
- Where can I find the source code for Dns Aid Core?
- The source code for Dns Aid Core is hosted at github.com/dns-aid/dns-aid-core.