Manage Proxmox VE clusters via AI assistants with tools for VMs, containers, snapshots, backups, firewall, and migrations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Proxmox.
list_nodesList all cluster nodes with CPU, memory, and uptime
get_node_statusDetailed node info: CPU model, memory, disk, versions
list_vmsList QEMU VMs (filter by node or status)
list_containersList LXC containers (filter by node or status)
get_guest_statusDetailed VM/CT status by VMID (auto-detects type and node)
start_guestStart a stopped VM or container
MCP server for managing Proxmox VE clusters through AI assistants like Claude, Cursor, and Cline.
Provision, manage, and monitor your entire Proxmox infrastructure through natural language. Create VMs and containers, manage snapshots, browse storage, and more.
Set these environment variables (or create a .env file):
Optional:
VM.Audit — read VM/CT status and configVM.PowerMgmt — start/stop/shutdown/rebootVM.Snapshot — create/rollback/delete snapshotsVM.Allocate — create/delete/clone VMs and containersVM.Clone — clone operationsDatastore.Audit — list storages and browse contentDatastore.AllocateSpace — allocate disk space for new VMs/CTsSys.Audit — read node status and tasksVM.Config.Disk — resize disksVM.Config.CPU — change CPU allocationVM.Config.Memory — change memory allocationVM.Monitor — access QEMU monitor (for metrics)VM.Migrate — migrate VMs/CTs between nodesSys.Modify — manage firewall rulesVM.Config.Cloudinit — configure cloud-init parametersAdd to ~/.claude/claude_desktop_config.json:
Add to .claude/settings.json or ~/.claude/settings.json:
Add to Cursor Settings > MCP with the same configuration as above.
| Tool | Description |
|---|---|
list_nodes | List all cluster nodes with CPU, memory, and uptime |
get_node_status | Detailed node info: CPU model, memory, disk, versions |
list_vms | List QEMU VMs (filter by node or status) |
list_containers | List LXC containers (filter by node or status) |
get_guest_status | Detailed VM/CT status by VMID (auto-detects type and node) |
| Tool | Description |
|---|---|
start_guest | Start a stopped VM or container |
stop_guest | Force-stop (requires confirmation) |
shutdown_guest | Graceful ACPI/init shutdown |
reboot_guest | Reboot (requires confirmation) |
| Tool | Description |
|---|---|
list_storages | List storage pools with capacity and usage (filter by node) |
list_storage_content | Browse ISOs, templates, backups, and disk images |
| Tool | Description |
|---|---|
create_vm | Create a QEMU VM with configurable CPU, memory, disk, ISO, and network |
create_container | Create an LXC container from a template |
clone_guest | Clone a VM or CT (full or linked clone, cross-node support) |
delete_guest | Permanently delete a stopped VM or CT (requires confirmation) |
| Tool | Description |
|---|---|
list_backups | List backup files (filter by node, storage, or VMID) |
create_backup | Create a vzdump backup (snapshot/suspend/stop modes, zstd/lzo/gzip) |
restore_backup | Restore a VM or CT from a backup file (requires confirmation) |
| Tool | Description |
|---|---|
exec_command | Run a command inside a QEMU VM via guest agent |
Note:
exec_commandrequiresqemu-guest-agentinstalled and running inside the VM. Not supported for LXC containers (Proxmox API limitation).
| Tool | Description |
|---|---|
list_snapshots | List all snapshots for a VM/CT |
create_snapshot | Create a new snapshot |
rollback_snapshot | Rollback to a snapshot (requires confirmation) |
delete_snapshot | Delete a snapshot (requires confirmation) |
| Tool | Description |
|---|---|
list_networks | List bridges, bonds, and physical interfaces on a node |
| Tool | Description |
|---|---|
resize_guest | Resize CPU, memory, and/or disk of a VM or container (requires confirmation) |
| Tool | Description |
|---|---|
get_guest_metrics | CPU, memory, network, disk I/O over time |
list_tasks | Recent tasks on a node (backups, migrations, etc.) |
| Tool | Description |
|---|---|
list_firewall_rules | List firewall rules for a VM/CT, node, or the cluster |
add_firewall_rule | Add a firewall rule (action, direction, protocol, port, source/dest) |
delete_firewall_rule | Delete a firewall rule by position (requires confirmation) |
| Tool | Description |
|---|---|
migrate_guest | Live or offline migrate a VM/CT to another node (requires confirmation) |
| Tool | Description |
|---|---|
list_templates | List all VM templates available for cloning |
create_template | Convert a stopped VM into a template (requires confirmation, irreversible) |
configure_cloud_init | Set user, password, SSH keys, IP config, and DNS on a VM |
Destructive operations (stop_guest, reboot_guest, rollback_snapshot, delete_snapshot, delete_guest, resize_guest, restore_backup, delete_firewall_rule, migrate_guest, create_template) require explicit confirm=true. The first call returns a warning describing the impact; only a second call with confirmation executes the action.
Once connected, you can ask your AI assistant:
Missing required environment variablesThis error means one or more required connection settings are not available to the server process. Copy .env.example to .env, then set PROXMOX_HOST, PROXMOX_TOKEN_ID, and PROXMOX_TOKEN_SECRET. If you configure an MCP client directly, make sure the same variables are present in that client's env block.
403 Permission check failedA 403 usually means the API token is valid but does not have enough Proxmox privileges for the requested operation. Revisit Creating a Proxmox API Token and either uncheck "Privilege Separation" for full access or assign the specific privileges listed there, such as VM.Audit, VM.PowerMgmt, VM.Snapshot, or storage permissions for datastore operations.
exec_command fails for guest-agent or LXC reasonsexec_command only works for QEMU VMs with qemu-guest-agent installed and running inside the guest. If the tool reports that the QEMU guest agent is not responding, start or install the agent in the VM and retry. LXC containers are not supported by this Proxmox API path, so use another container access method instead.
ModuleNotFoundError: No module named 'mcp.server.fastmcp'The MCP Python SDK 2.0 removed the mcp.server.fastmcp module that mcp-proxmox 1.2.1 and earlier import. Fresh installs (uvx mcp-proxmox, uv tool install, pip install) resolved mcp 2.x and failed on startup — in Claude Desktop this only shows up as "Server disconnected". Upgrade to mcp-proxmox 1.2.2 or later, which pins mcp<2. If you must stay on an older mcp-proxmox, constrain the SDK yourself: uvx --with "mcp<2" mcp-proxmox.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/antonio-mello-ai-mcp-proxmox)<a href="https://allmcps.com/mcp/antonio-mello-ai-mcp-proxmox"><img src="https://allmcps.com/api/badge/antonio-mello-ai-mcp-proxmox?style=directory" alt="MCP Proxmox on AllMCPs" /></a>