What is the Hetzner DNS MCP server?
Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API
How to install Hetzner DNS
Copy-paste configuration for popular MCP clients.
HETZNER_API_TOKENrequiredsecretHetzner Cloud API token (project-scoped, Cloud Console -> Security -> API tokens)
HETZNER_READ_ONLYSet to true to register only the read-only tools (default: false)
HETZNER_API_BASE_URLOverride the Hetzner Cloud API base URL (default: https://api.hetzner.cloud/v1)
{
"mcpServers": {
"hetzner-dns-mcp": {
"command": "npx",
"args": [
"-y",
"hetzner-dns-mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"HETZNER_READ_ONLY": "<YOUR_HETZNER_READ_ONLY>",
"HETZNER_API_BASE_URL": "<YOUR_HETZNER_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"hetzner-dns-mcp": {
"command": "npx",
"args": [
"-y",
"hetzner-dns-mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"HETZNER_READ_ONLY": "<YOUR_HETZNER_READ_ONLY>",
"HETZNER_API_BASE_URL": "<YOUR_HETZNER_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"hetzner-dns-mcp": {
"command": "npx",
"args": [
"-y",
"hetzner-dns-mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"HETZNER_READ_ONLY": "<YOUR_HETZNER_READ_ONLY>",
"HETZNER_API_BASE_URL": "<YOUR_HETZNER_API_BASE_URL>"
}
}
}
}{
"servers": {
"hetzner-dns-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hetzner-dns-mcp"
],
"env": {
"HETZNER_API_TOKEN": "<YOUR_HETZNER_API_TOKEN>",
"HETZNER_READ_ONLY": "<YOUR_HETZNER_READ_ONLY>",
"HETZNER_API_BASE_URL": "<YOUR_HETZNER_API_BASE_URL>"
}
}
}
}claude mcp add hetzner-dns-mcp --env HETZNER_API_TOKEN=<YOUR_HETZNER_API_TOKEN> --env HETZNER_READ_ONLY=<YOUR_HETZNER_READ_ONLY> --env HETZNER_API_BASE_URL=<YOUR_HETZNER_API_BASE_URL> -- npx -y hetzner-dns-mcpRelated MCP servers
Audiobookshelf
Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync
Calibre-Web
Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed
FreshRSS
MCP server for FreshRSS, the self-hosted RSS feed aggregator
Linkwarden
MCP server for Linkwarden, the self-hosted bookmark manager with page preservation
mcp-hub
Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients
Mealie MCP Server
MCP server for Mealie, the self-hosted recipe manager and meal planner