ProxmoxMCP-Plus
JSON →Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.
Install
uvx proxmox-mcp-plus Tools · 32
- vm_list List all virtual machines on the Proxmox cluster
- vm_start Start a virtual machine
- vm_stop Stop a virtual machine
- vm_reboot Reboot a virtual machine
- vm_create Create a new virtual machine
- vm_delete Delete a virtual machine
- vm_status Get the status of a virtual machine
- lxc_list List all Linux containers on the Proxmox cluster
- lxc_start Start a Linux container
- lxc_stop Stop a Linux container
- lxc_reboot Reboot a Linux container
- lxc_create Create a new Linux container
- lxc_delete Delete a Linux container
- lxc_status Get the status of a Linux container
- snapshot_create Create a snapshot of a VM or LXC
- snapshot_rollback Rollback to a snapshot of a VM or LXC
- snapshot_delete Delete a snapshot of a VM or LXC
- backup_create Create a backup of a VM or LXC
- backup_restore Restore a backup of a VM or LXC
- iso_list List available ISO images
- iso_download Download an ISO image
- iso_delete Delete an ISO image
- node_list List all nodes in the Proxmox cluster
- node_status Get the status of a node
- storage_list List all storage resources
- storage_status Get the status of a storage resource
- cluster_status Get the status of the Proxmox cluster
- container_exec Execute a command inside a container via SSH
- job_list List all tracked jobs
- job_status Get the status of a specific job
- job_cancel Cancel a running job
- job_retry Retry a failed job
Environment variables
PROXMOX_API_KEY
Links
★ 215 GitHub stars