Loading MCP server directory, please wait...
Mint and manage hostnames on domains DNSMint operates, so an agent can name a machine mid-task.
npx @getmcp/cli add com.dnsmint/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DNSMINT_API_KEYA DNSMint API key. Create one at https://dnsmint.com/app/settings.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.dnsmint/mcp": {
"command": "npx",
"args": [
"-y",
"dnsmint-mcp-server"
],
"env": {
"DNSMINT_API_KEY": "",
"DNSMINT_ALLOW_RELEASE": ""
}
}
}
}