4,500+ servers built on MCP Fusion
Vinkius
Hetzner logo
Vinkius
CrewAI logo

How to Use the Hetzner MCP in CrewAI

Deploy autonomous CrewAI teams that manage, scale, and secure your Hetzner infrastructure.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Hetzner MCP on Cursor AI Code Editor MCP Client Hetzner MCP on Claude Desktop App MCP Integration Hetzner MCP on OpenAI Agents SDK MCP Compatible Hetzner MCP on Visual Studio Code MCP Extension Client Hetzner MCP on GitHub Copilot AI Agent MCP Integration Hetzner MCP on Google Gemini AI MCP Integration Hetzner MCP on Lovable AI Development MCP Client Hetzner MCP on Mistral AI Agents MCP Compatible Hetzner MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Hetzner MCP to CrewAI

Create your Vinkius account to connect Hetzner to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Scale hardware autonomously

The `list_servers` tool feeds your monitoring agents real-time data about your fleet. You assign one agent to watch system load, and when it detects a bottleneck, it signals a provisioning agent to execute `create_server`. The provisioning agent checks `list_server_types` to find the cheapest available hardware. It spins up the instance, grabs the new IP, and passes the details back to the monitor. Nobody touches a keyboard.

CrewAI agents running the Hetzner MCP Server

The `list_firewalls` tool allows a dedicated security agent to audit your network rules continuously. It scans for open SSH ports and flags any configuration that violates your baseline. If the agent finds a vulnerability, it immediately calls `create_firewall` to apply a strict lockdown policy. You can also have it cycle credentials by generating new keys with `create_ssh_key` and deploying them across the cluster.

Manage certificates and DNS

The `list_certificates` tool lets your operations crew handle SSL renewals before they expire. An agent checks the expiration dates, generates new certs, and uploads them using `create_certificate`. You can pair this with `create_zone` to manage your DNS records autonomously. The CrewAI framework shares memory between agents, so the DNS agent knows exactly which new IPs the provisioning agent just created.

Setup guide

Set up Hetzner MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Hetzner tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Hetzner Analyst",
    goal="Access and analyze Hetzner data via MCP.",
    backstory="Expert analyst with direct Hetzner access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Hetzner transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Hetzner MCP in CrewAI

Install crewai[tools]. Use MCPServerHTTP from crewai.mcp and apply a tool_filter so your security agent only sees firewall commands.
Yes. You write a response protocol that triggers the rebuild command. The agent wipes the infected instance and restores it from a clean image.
They do. When Agent A creates a load balancer, Agent B can read that balancer's ID from the shared context and attach servers to it.
Pass your server URL directly into the agent's mcps array. CrewAI negotiates the connection and maps the remote functions into local Python methods.
Never. The integration reads storage box credentials and SSL certificates directly into the agent's context window. Vinkius isolates the execution environment and burns it down after use.

Start using the Hetzner MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 38 tools

We've already built the connector for Hetzner. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 38 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.