loading…
Search for a command to run...
loading…
Enables users to manage Hetzner Cloud resources including servers, load balancers, and volumes through natural language commands. It facilitates infrastructure
Enables users to manage Hetzner Cloud resources including servers, load balancers, and volumes through natural language commands. It facilitates infrastructure operations such as resource creation, security configuration, and real-time pricing queries within AI-powered environments.
A Cursor Plugin for the Cursor Plugin marketplace. Manage Hetzner Cloud resources directly from Cursor using natural language and AI-powered workflows.
Get Hetzner Cloud — new signups get €20 credit.
list_load_balancer_types for creationlist_actions / get_action to poll create/delete resultsAll operations work through natural language in Cursor's AI agent.
Install the plugin from the Cursor Plugin marketplace, then set your Hetzner API token: in Cursor Settings → Features → Model Context Protocol, find the hetzner-cloud server and set HCLOUD_TOKEN in its environment.
Ask Cursor's agent to manage your Hetzner infrastructure:
Simple
Complex
Set HCLOUD_TOKEN in your environment or configure in plugins/hetzner-mcp/mcp.json:
{
"mcpServers": {
"hetzner-cloud": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"HCLOUD_TOKEN": "your_token_here"
}
}
}
}
plugins/hetzner-mcp/src/npm run buildnpm run validateSee plugins/hetzner-mcp/README.md for detailed documentation.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hetzner-mcp": {
"command": "npx",
"args": []
}
}
}