Odel
Hetzner DNS

Hetzner DNS

Local
@ni-cTypeScriptMITUpdated 3 days ago

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).

npmhetzner-dns-mcpv0.5.0

Run

npx -y hetzner-dns-mcp

MCP client config

{
  "mcpServers": {
    "hetzner-dns": {
      "command": "npx",
      "args": [
        "-y",
        "hetzner-dns-mcp"
      ]
    }
  }
}
Dockerghcr.io/ni-c/hetzner-dns-mcp:0.5.0

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"
      ]
    }
  }
}