
Manage Proxmox VE nodes, VMs, containers, storage and snapshots. Read-only by default.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx proxmox-ve-mcp
MCP client config
{
"mcpServers": {
"proxmox-ve": {
"command": "uvx",
"args": [
"proxmox-ve-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/akmalovaa/proxmox-mcp:2.3.0
MCP client config
{
"mcpServers": {
"proxmox-ve": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akmalovaa/proxmox-mcp:2.3.0"
]
}
}
}