Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y hetzner-dns-mcp
MCP client config
{
"mcpServers": {
"hetzner-dns": {
"command": "npx",
"args": [
"-y",
"hetzner-dns-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/ni-c/hetzner-dns-mcp:0.5.0
MCP client config
{
"mcpServers": {
"hetzner-dns": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/hetzner-dns-mcp:0.5.0"
]
}
}
}