hetzner for Cursor
io.github.lazyants/hetzner
MCP server for the Hetzner Cloud API — servers, networks, volumes, firewalls, and more.
client:Cursor
transport:stdio
runtime:npm
Install hetzner in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hetzner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lazyants/hetzner-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs