Hetzner DNS for Cursor
io.github.ni-c/hetzner-dns-mcp
Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API
client:Cursor
transport:stdio
runtime:npm
Install Hetzner DNS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hetzner-dns-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hetzner-dns-mcp"
],
"env": {
"HETZNER_API_TOKEN": "<HETZNER_API_TOKEN>",
"HETZNER_READ_ONLY": "<HETZNER_READ_ONLY>",
"HETZNER_ALLOW_TOOLS": "<HETZNER_ALLOW_TOOLS>",
"HETZNER_DENY_TOOLS": "<HETZNER_DENY_TOOLS>",
"HETZNER_API_BASE_URL": "<HETZNER_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs