Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dynadot": {
"env": {
"DYNADOT_API_KEY": "your_api_key_here"
},
"args": [
"-y",
"dynadot-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP (Model Context Protocol) server for the Dynadot domain registrar API. Manage domains, DNS records, contacts, transfers, and more — all from your AI assistant.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'dynadot-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked dynadot-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / cloud
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.mikusnuz/dynadot and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
English | 한국어
MCP (Model Context Protocol) server for the Dynadot domain registrar API. Manage domains, DNS records, contacts, transfers, and more — all from your AI assistant.
Tell your AI assistant things like:
AI Agent Integration: See
llms.txtfor a machine-readable summary, or copytemplates/CLAUDE.md/templates/AGENTS.mdinto your project for automatic MCP discovery.
npm install -g dynadot-mcp
Or run directly:
npx dynadot-mcp
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
DYNADOT_API_KEY | Yes | Your Dynadot API key (get one here) |
DYNADOT_SANDBOX | No | Set to true to use the sandbox API (default: false) |
Add to your Claude Code MCP settings (~/.claude/settings.json or project .claude/settings.json):
{
"mcpServers": {
"dynadot": {
"command": "npx",
"args": ["-y", "dynadot-mcp"],
"env": {
"DYNADOT_API_KEY": "your_api_key_here"
}
}
}
}
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"dynadot": {
"command": "npx",
"args": ["-y", "dynadot-mcp"],
"env": {
"DYNADOT_API_KEY": "your_api_key_here"
}
}
}
}
| Tool | Description |
|---|---|
search_domain | Check domain availability (up to 100 at once, with pricing and language options) |
register_domain | Register a new domain |
bulk_register_domains | Register multiple domains at once |
get_domain_info | Get detailed domain information |
list_domains | List all domains in account |
renew_domain | Renew a domain |
delete_domain | Delete a domain (grace period) |
restore_domain | Restore a deleted domain (redemption period) |
push_domain | Push domain to another Dynadot account |
| Tool | Description |
|---|---|
get_dns | Get DNS records for a domain |
set_dns | Set DNS records (A, AAAA, CNAME, MX, TXT, etc.) |
set_nameservers | Configure nameservers (up to 13) |
get_nameservers | Get current nameservers |
register_nameserver | Register a custom nameserver |
get_dnssec | Get DNSSEC settings |
set_dnssec | Set or clear DNSSEC |
add_nameserver | Add a new nameserver entry |
set_nameserver_ip | Update a nameserver |