Hetzner Cloud MCP Server
Creates and manages Hetzner Cloud servers, volumes, firewalls and SSH keys through the hcloud API.
Add it to your client
Community- Transport
- both
- Runtime
- Python
- Auth
- Required
- License
- MIT
- Stars
- 133
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.
Similar MCP servers
Dokploy MCP Server
MCP serverFull Dokploy API coverage exposed as MCP tools for self-hosted deployments.
Cloudinary Asset Management MCP
MCP serverCloudinary's own server for uploading, searching, organising and transforming stored media assets.
Portainer MCP
MCP serverOfficial Portainer server that lists environments and can proxy straight to each one's Docker or Kubernetes API.

Comments(0)
Sign in to comment