RekklesNA/ProxmoxMCP-Plus
If you are the rightful owner of ProxmoxMCP-Plus 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.
ProxmoxMCP-Plus is an enhanced Python-based Model Context Protocol (MCP) server designed for managing Proxmox virtualization platforms with advanced features and OpenAPI integration.
Tools
Functions exposed to the LLM to take actions
create_vm
Create a new virtual machine with specified resources.
start_vm
Start a virtual machine.
stop_vm
Force stop a virtual machine.
shutdown_vm
Gracefully shutdown a virtual machine.
reset_vm
Reset (restart) a virtual machine.
delete_vm
Completely delete a virtual machine.
get_containers
List all LXC containers across the cluster.
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 pools.
get_cluster_status
Get overall cluster status and health.
execute_vm_command
Execute a command in a VM's console using QEMU Guest Agent.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client