dns-mcp

selamy-labs/dns-mcp
★ 0 stars Python Code/Dev Tools Updated 8d ago
Provider-agnostic MCP server for DNS record CRUD (offline-testable; real Porkbun/Cloud-DNS adapter wired by infra).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dns-mcp": {
      "command": "uvx",
      "args": [
        "dns-mcp"
      ]
    }
  }
}

Or install with pip: pip install dns-mcp

README Excerpt

`dns-mcp` is a small, **provider-agnostic** [Model Context Protocol](https://modelcontextprotocol.io) server that exposes DNS record CRUD as typed tools: *list a zone's records, get one, and create / update / delete records*. It turns ad-hoc "go poke the DNS API" scripts into constrained, structured tools an agent can call.

Tools (2)

DNS_PROVIDERDNS_ZONE

Topics

automationautonomous-agentdnsmcpmodel-context-protocol