Domain MCP

v1.0.0Developer Toolsstable

Domain MCP server for AI-powered Dynadot management. Use Claude, Cursor, or any MCP client to manage domains through natural language. 106 API commands for domains, DNS, transfers, contacts, and more.

ai-domain-managementclaude-assistantclaude-mcpcursor-mcpdns-management
Share:
9
Stars
0
Downloads
0
Weekly
0/5

What is Domain MCP?

Domain MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to domain mcp server for ai-powered dynadot management. use claude, cursor, or any mcp client to manage domains through natural language. 106 api commands for domains, dns, transfers, contacts, and more.

Domain MCP server for AI-powered Dynadot management. Use Claude, Cursor, or any MCP client to manage domains through natural language. 106 API commands for domains, DNS, transfers, contacts, and more.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Domain MCP server for AI-powered Dynadot management. Use Cla

Use Cases

Manage Dynadot domains and DNS through natural language.
Automate domain operations with 106 API commands.
Handle domain transfers, contacts, and DNS records via Claude or Cursor.
joachimBrindeau

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedApr 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx domain-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Domain MCP

Domain MCP is a TypeScript MCP server that wraps the Dynadot domain registrar API, exposing approximately 108 API actions across 10 composite tools covering domain search, registration, renewal, DNS management, WHOIS contacts, nameserver configuration, domain transfers, folder organization, aftermarket auctions, and account management. A single DYNADOT_API_KEY environment variable is all that is required to connect. With Domain MCP, Claude, Cursor, or any MCP client can manage an entire Dynadot domain portfolio through plain English commands without writing a single API call.

Prerequisites

  • A Dynadot account with API access enabled
  • A Dynadot API key from the account settings at dynadot.com/account/domain/setting/api.html
  • Node.js 18+ with npx available
  • Claude Desktop, Cursor, or another MCP-compatible client
  • Optional: DYNADOT_SANDBOX=true for testing against the sandbox environment
1

Obtain your Dynadot API key

Log into your Dynadot account, navigate to Account > API Settings, and generate or copy your API key. Keep this key secret as it grants full account access.

2

Test the server runs correctly

You can run the server directly with npx to verify it starts without errors before adding it to your client config.

DYNADOT_API_KEY=your_key_here npx -y domain-mcp
3

Add the server to your Claude Desktop configuration

Open claude_desktop_config.json and add the domain-mcp entry with your API key as an environment variable.

{
  "mcpServers": {
    "domain-mcp": {
      "command": "npx",
      "args": ["-y", "domain-mcp"],
      "env": {
        "DYNADOT_API_KEY": "your-dynadot-api-key-here"
      }
    }
  }
}
4

Enable sandbox mode for safe testing (optional)

Set DYNADOT_SANDBOX to true to route all API calls to Dynadot's sandbox environment. This prevents accidental registration or DNS changes during testing.

{
  "mcpServers": {
    "domain-mcp": {
      "command": "npx",
      "args": ["-y", "domain-mcp"],
      "env": {
        "DYNADOT_API_KEY": "your-dynadot-api-key-here",
        "DYNADOT_SANDBOX": "true"
      }
    }
  }
}
5

Restart your AI client and verify the tools load

Restart Claude Desktop or your MCP client. Ask it to list your domains to confirm Domain MCP is connected and the API key is valid.

Domain MCP Examples

Client configuration

Production Claude Desktop configuration for Domain MCP with Dynadot API key.

{
  "mcpServers": {
    "domain-mcp": {
      "command": "npx",
      "args": ["-y", "domain-mcp"],
      "env": {
        "DYNADOT_API_KEY": "your-dynadot-api-key-here"
      }
    }
  }
}

Prompts to try

Manage your entire Dynadot domain portfolio through natural language commands.

- "List all domains in my Dynadot account"
- "Search for available .com domains for the keyword 'cloudnative'"
- "Register example-startup.com for 1 year"
- "Set up an A record pointing mysite.com to 203.0.113.10"
- "Transfer mydomain.net in using auth code ABC123"
- "Check my account balance and list pending orders"

Troubleshooting Domain MCP

API key rejected or authentication error

Verify your DYNADOT_API_KEY is correct and that API access is enabled in your Dynadot account settings. The API key is only generated after explicitly enabling API access under Account > API Settings. Also ensure you are not accidentally including whitespace in the key value.

Domain registration fails unexpectedly

Check your Dynadot account balance — registration requires sufficient prepaid funds. Also confirm the domain is actually available with a search before attempting registration. Use DYNADOT_SANDBOX=true to test the registration flow without charges.

DNS changes not propagating

DNS propagation can take up to 48 hours. Verify the change was accepted by asking Claude to retrieve the current DNS records for the domain. If the records show the new values, the update was successful and propagation is in progress.

Frequently Asked Questions about Domain MCP

What is Domain MCP?

Domain MCP is a Model Context Protocol (MCP) server that domain mcp server for ai-powered dynadot management. use claude, cursor, or any mcp client to manage domains through natural language. 106 api commands for domains, dns, transfers, contacts, and more. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Domain MCP?

Follow the installation instructions on the Domain MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Domain MCP?

Domain MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Domain MCP free to use?

Yes, Domain MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Domain MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides