PluginBench
MCP Server

io.github.mikusnuz/dynadot MCP Server

io.github.mikusnuz/dynadot

What is the io.github.mikusnuz/dynadot MCP server?

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

How to install io.github.mikusnuz/dynadot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DYNADOT_API_KEY
    required
    secret

    Dynadot API key

  • DYNADOT_SANDBOX

    Set to 'true' to use the sandbox API

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dynadot": {
      "command": "npx",
      "args": [
        "-y",
        "dynadot-mcp"
      ],
      "env": {
        "DYNADOT_API_KEY": "<YOUR_DYNADOT_API_KEY>",
        "DYNADOT_SANDBOX": "<YOUR_DYNADOT_SANDBOX>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dynadot": {
      "command": "npx",
      "args": [
        "-y",
        "dynadot-mcp"
      ],
      "env": {
        "DYNADOT_API_KEY": "<YOUR_DYNADOT_API_KEY>",
        "DYNADOT_SANDBOX": "<YOUR_DYNADOT_SANDBOX>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dynadot": {
      "command": "npx",
      "args": [
        "-y",
        "dynadot-mcp"
      ],
      "env": {
        "DYNADOT_API_KEY": "<YOUR_DYNADOT_API_KEY>",
        "DYNADOT_SANDBOX": "<YOUR_DYNADOT_SANDBOX>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dynadot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dynadot-mcp"
      ],
      "env": {
        "DYNADOT_API_KEY": "<YOUR_DYNADOT_API_KEY>",
        "DYNADOT_SANDBOX": "<YOUR_DYNADOT_SANDBOX>"
      }
    }
  }
}
Claude Code
claude mcp add dynadot --env DYNADOT_API_KEY=<YOUR_DYNADOT_API_KEY> --env DYNADOT_SANDBOX=<YOUR_DYNADOT_SANDBOX> -- npx -y dynadot-mcp

Related MCP servers

MCP server for App Store Connect & Google Play Console — iOS/Android app management

View repository →

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

View repository →

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

View repository →

MCP server for Instagram Graph API, Threads API & Meta platform management

View repository →

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

View repository →

MCP server for npm package management — publish, version, search, audit, and more

View repository →