Submit

GoDaddy MCP

@davidcjw

3 days ago
A Model Context Protocol (MCP) server for managing GoDaddy DNS records. Lets AI assistants (Claude, etc.) list, add, replace, and delete DNS records on any domain in your GoDaddy account.
Overview

no content

Server Config

{
  "mcpServers": {
    "godaddy-dns": {
      "command": "uvx",
      "args": [
        "godaddy-mcp"
      ],
      "env": {
        "GODADDY_API_KEY": "<YOUR_GODADDY_API_KEY>",
        "GODADDY_API_SECRET": "<YOUR_GODADDY_API_SECRET>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.