PluginBench
MCP Server
Active
MIT

Hetzner DNS MCP Server

io.github.ni-c/hetzner-dns-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HETZNER_API_TOKEN
    required
    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_API_BASE_URL

    Override the Hetzner Cloud API base URL (default: https://api.hetzner.cloud/v1)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync

0
TypeScript
MIT
View repository →

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

0
TypeScript
MIT
View repository →

FreshRSS

Active

MCP server for FreshRSS, the self-hosted RSS feed aggregator

0
TypeScript
MIT
View repository →

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

0
TypeScript
MIT
View repository →

mcp-hub

Active

Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients

0
TypeScript
MIT
View repository →

MCP server for Mealie, the self-hosted recipe manager and meal planner

0
TypeScript
MIT
View repository →