Hetzner MCP

Hetzner MCP

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.

Category
Visit Server

README

Hetzner MCP

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.

<img src="plugins/hetzner-mcp/assets/hetzner.svg" width="140" alt="Hetzner logo" />

Features

  • Servers: Create, delete, power on/off, reboot, resize; attach to networks and ISOs
  • Load Balancers: Full CRUD, add/remove targets and services; list_load_balancer_types for creation
  • Networks: Create/delete networks; add/delete subnets (e.g. 10.0.0.0/16 per zone for private networking)
  • Volumes: Create, attach, detach, delete block storage
  • Firewalls: Create, update, delete firewalls
  • Floating IPs: Create, assign, unassign, delete
  • Primary IPs: Create, assign, unassign, delete (datacenter-scoped static IPs; server must be off to assign/unassign)
  • SSH Keys: Full CRUD
  • Placement Groups: Full CRUD for anti-affinity groups
  • Metadata & actions: Locations, images, server types, load balancer types, datacenters; list_actions / get_action to poll create/delete results

All operations work through natural language in Cursor's AI agent.

Installation

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.

Usage

Ask Cursor's agent to manage your Hetzner infrastructure:

Simple

  • "List my servers in Nuremberg"
  • "Create a cx22 server with Ubuntu 24.04"
  • "Attach a 10GB volume to web-01"
  • "Set up a load balancer for my web servers"
  • "Show current pricing for cpx31 servers"

Complex

  • "Create a private network 10.0.0.0/16 in eu-central, add a subnet, then create two servers in that zone (e.g. fsn1 and nbg1) and attach them"
  • "Create a firewall for SSH and HTTP, attach to my web servers, then create a load balancer and add those servers as targets"
  • "List running actions and get status of action 12345"
  • "Create a Primary IP in ash-dc1, power off web-01, assign the IP, power back on"
  • "Tear down: detach/delete volumes, delete LB and firewall, unassign/delete floating IPs, delete servers web-01 and web-02"

Configuration

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"
      }
    }
  }
}

Development

  • Source: plugins/hetzner-mcp/src/
  • Build: npm run build
  • Validate: npm run validate

See plugins/hetzner-mcp/README.md for detailed documentation.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured