Unstoppable Domains MCP server — search, register, and manage domain names through natural conversation with AI assistants
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"
]
}
}
}
Run in terminal:
claude mcp add unstoppable-mcp-serv npx -y gm-ud/unstoppable-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"unstoppable-mcp-serv": {
"command": "npx",
"args": [
"-y",
"gm-ud/unstoppable-mcp-server"
]
}
}
}