ProxmoxMCP
If you are the rightful owner of ProxmoxMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Proxmox Manager is a Python-based Model Context Protocol (MCP) server designed for seamless interaction with Proxmox hypervisors, offering a streamlined interface for managing nodes, VMs, and containers.
get_nodes
Lists all nodes in the Proxmox cluster.
get_node_status
Get detailed status of a specific node.
get_vms
List all VMs across the cluster.
get_storage
List available storage.
get_cluster_status
Get overall cluster status.
get_containers
List all LXC containers across the cluster.
execute_vm_command
Execute a command in a VM's console using QEMU Guest Agent.
execute_container_command
Execute a command in an LXC container via SSH and pct exec.
execute_host_command
Execute a command directly on the Proxmox host via SSH.