Odel
dynadot mcp

dynadot mcp

Local
@mikusnuz1TypeScriptMITUpdated 1mo ago

MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdynadot-mcpv1.3.1

Run

npx -y dynadot-mcp

MCP client config

{
  "mcpServers": {
    "dynadot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dynadot-mcp"
      ]
    }
  }
}