Hetzner
Rank #4,978io.github.lazyants/hetzner
MCP server for the Hetzner Cloud API — servers, networks, volumes, firewalls, and more.
Hetzner is a Model Context Protocol (MCP) server published by lazyants. It ranks #4,978 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Hetzner is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 110,482 of 115,460 servers on MCP Toplist.
Use Hetzner
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hetzner -- npx -y @lazyants/hetzner-mcp-server[mcp_servers.hetzner]
command = "npx"
args = ["-y", "@lazyants/hetzner-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hetzner": {
"command": "npx",
"args": [
"-y",
"@lazyants/hetzner-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hetzner": {
"command": "npx",
"args": [
"-y",
"@lazyants/hetzner-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hetzner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lazyants/hetzner-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hetzner": {
"command": "npx",
"args": [
"-y",
"@lazyants/hetzner-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hetzner": {
"command": "npx",
"args": [
"-y",
"@lazyants/hetzner-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lazyants%2Fhetzner)<a href="https://mcptoplist.com/server/io.github.lazyants%2Fhetzner"><img src="https://mcptoplist.com/badge/io.github.lazyants%2Fhetzner.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
lazyants
Other servers by lazyants
View all lazyants servers →Available versions (6)
| Version | Published |
|---|---|
| 2.4.0 | Aug 20, 2026 |
| 2.2.1 | Jun 20, 2026 |
| 2.0.0 | May 6, 2026 |
| 1.1.1 | Mar 12, 2026 |
| 1.1.0 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hetzner?
- Hetzner is maintained by lazyants, which publishes 5 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Hetzner listed on the Official MCP Registry?
- Yes — Hetzner is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Hetzner have?
- MCP Toplist tracks 6 versions of Hetzner, most recently published on Aug 20, 2026.
- Where can I find the source code for Hetzner?
- The source code for Hetzner is hosted at github.com/lazyants/hetzner-mcp-server.