Back to Apps

Hetzner Cloud MCP Server
Supports UIby schurick1502
Complete control over Hetzner Cloud infrastructure with 117 tools for server, network, and firewall management.
0 stars
Works in:claude
Exposes:Tools
What it does
This comprehensive MCP server provides full programmatic access to the Hetzner Cloud API, turning an AI into a powerful cloud infrastructure engineer. It enables the AI to deploy, manage, and scale entire cloud environments including servers, load balancers, and private networks.
Tools
server_create/server_delete/server_power: Full lifecycle management of cloud servers.firewall_create/firewall_apply: Manage security groups and network access rules.load_balancer_create/load_balancer_add_target: Setup and configure high-availability traffic distribution.volume_create/volume_attach: Manage block storage and persistent volumes.network_create/network_add_subnet: Build complex private virtual networks.certificate_create_managed: Handle SSL/TLS certificates via Let's Encrypt.floating_ip_assign: Manage and route floating IP addresses.server_get_metrics: Monitor real-time CPU and network performance.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"hetzner": {
"command": "python",
"args": ["-m", "hetzner_mcp.server"],
"env": {
"HCLOUD_TOKEN": "your_api_token_here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"hetzner": {
"command": "python",
"args": ["-m", "hetzner_mcp.server"],
"env": {
"HCLOUD_TOKEN": "your_api_token_here"
}
}
}
}





