productivity
Hetzner Cloud MCP, CLI, and Lua Integration for AI Agents
Hetzner Cloud integration docs for AI agents: MCP gateway setup, Hetzner Cloud CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Hetzner Cloud for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
hetzner- route_slug
hetzner- package
hetzner- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Hetzner Cloud CLIHeadless setup and direct function calls. Hetzner Cloud MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Hetzner Cloud MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Hetzner Cloud.
Claude Code Hetzner Cloud MCP setup for Claude Code. Cursor Hetzner Cloud MCP setup for Cursor. Codex Hetzner Cloud MCP setup for Codex. OpenAI Agents Hetzner Cloud MCP setup for OpenAI Agents SDK. Claude Agent SDK Hetzner Cloud MCP setup for Claude Agent SDK. Vercel AI SDK Hetzner Cloud MCP setup for Vercel AI SDK. LangChain Hetzner Cloud MCP setup for LangChain. LangGraph Hetzner Cloud MCP setup for LangGraph. CrewAI Hetzner Cloud MCP setup for CrewAI. MCP clients Hetzner Cloud MCP setup for Generic MCP Clients.
Hetzner Cloud CLI Matrix
Use these pages for direct Hetzner Cloud CLI workflows in scripts, CI, cron, and agent wrappers.
CI Hetzner Cloud CLI for CI. Cron Jobs Hetzner Cloud CLI for cron jobs. Shell Scripts Hetzner Cloud CLI for shell scripts. Headless Automation Hetzner Cloud CLI for headless automation. Coding Agents Hetzner Cloud CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
hetzner.hetzner_list_servers | Read read | 2 | List Hetzner Cloud servers. Supports pagination with per_page and page parameters. |
hetzner.hetzner_get_server | Read read | 1 | Get details for a specific Hetzner Cloud server by ID. |
hetzner.hetzner_create_server | Write write | 8 | Create a new Hetzner Cloud server with specified name, type, and image. |
hetzner.hetzner_list_volumes | Read read | 2 | List Hetzner Cloud volumes. Supports pagination with per_page and page parameters. |
hetzner.hetzner_list_networks | Read read | 2 | List Hetzner Cloud networks. Supports pagination with per_page and page parameters. |
hetzner.hetzner_list_ssh_keys | Read read | 2 | List Hetzner Cloud SSH keys. Supports pagination with per_page and page parameters. |
hetzner.hetzner_get_current_user | Read read | 0 | Get the profile of the currently authenticated Hetzner Cloud user. Useful for verifying credentials and displaying account information. |