Home › Cloud & Monitoring › Hetzner DNS
Hetzner DNS
Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.6.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"hetzner-dns-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_VALUE>",
"HETZNER_READ_ONLY": "<YOUR_VALUE>",
"HETZNER_ALLOW_TOOLS": "<YOUR_VALUE>",
"HETZNER_DENY_TOOLS": "<YOUR_VALUE>",
"HETZNER_API_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
HETZNER_API_TOKENrequired secret — Hetzner Cloud API token (project-scoped, Cloud Console -> Security -> API tokens)HETZNER_READ_ONLY— Set to true to register only the read-only tools (default: false)HETZNER_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)HETZNER_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever HETZNER_ALLOW_TOOLS leftHETZNER_API_BASE_URL— Override the Hetzner Cloud API base URL (default: https://api.hetzner.cloud/v1)
Package (oci)
docker run -i --rm ghcr.io/ni-c/hetzner-dns-mcp:0.6.0
Or add to your MCP client config:
{
"mcpServers": {
"hetzner-dns-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/hetzner-dns-mcp:0.6.0"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_VALUE>",
"HETZNER_READ_ONLY": "<YOUR_VALUE>",
"HETZNER_ALLOW_TOOLS": "<YOUR_VALUE>",
"HETZNER_DENY_TOOLS": "<YOUR_VALUE>",
"HETZNER_API_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
HETZNER_API_TOKENrequired secret — Hetzner Cloud API token (project-scoped, Cloud Console -> Security -> API tokens)HETZNER_READ_ONLY— Set to true to register only the read-only tools (default: false)HETZNER_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)HETZNER_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever HETZNER_ALLOW_TOOLS leftHETZNER_API_BASE_URL— Override the Hetzner Cloud API base URL (default: https://api.hetzner.cloud/v1)
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry