PluginBench
MCP Server

io.github.lazyants/hetzner MCP Server

io.github.lazyants/hetzner

What is the io.github.lazyants/hetzner MCP server?

MCP server for the Hetzner Cloud API — servers, networks, volumes, firewalls, and more.

How to install io.github.lazyants/hetzner

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hetzner": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/hetzner-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hetzner": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/hetzner-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hetzner": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/hetzner-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hetzner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/hetzner-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add hetzner -- npx -y @lazyants/hetzner-mcp-server

Related MCP servers

MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.

View repository →

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

View repository →