unstoppable-mcp-server

gm-ud/unstoppable-mcp-server
★ 0 stars Unknown language 🤖 AI/LLM Updated 1d ago
Unstoppable Domains MCP server — search, register, and manage domain names through natural conversation with AI assistants
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unstoppable-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "gm-ud/unstoppable-mcp-server"
      ]
    }
  }
}