Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Hetzner Cloud MCP Server logo
MCP server

Hetzner Cloud MCP Server

Creates and manages Hetzner Cloud servers, volumes, firewalls and SSH keys through the hcloud API.

0
SaveVisit website ↗

Add it to your client

Community
Transport
both
Runtime
Python
Auth
Required
License
MIT
Stars
133
Tools
list_serverscreate_serverdelete_serverpower_onpower_offrebootlist_volumesattach_volumeresize_volumelist_firewallsapply_firewall_to_resourceslist_ssh_keys+3

Hetzner's pricing makes it a common home for side projects and small production fleets, and the API is simple enough that a model can drive it once it knows the vocabulary. That vocabulary is the catch: server types, images and locations are separate catalogues and an invalid combination fails at creation time, so the server exposes listing tools for all three that are worth calling before any create. Firewalls follow the same shape as the API — a rule set is created as its own object and then applied to resources in a second call, which keeps rules reusable across servers. Volumes can be created, attached, detached and resized, and servers powered on, off or rebooted. Written in Python, it runs over stdio or SSE.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?