PveMCP

SWORDIntel/PveMCP
★ 0 stars Python Code/Dev Tools Updated 5d ago
A production-grade Proxmox VM control plane with a native MCP server and a first-class CLI (vmctl). Runs directly on the Proxmox host, driving VMs through qm/pct commands and the QEMU guest agent.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pvemcp": {
      "command": "uvx",
      "args": [
        "pvemcp"
      ]
    }
  }
}

Or install with pip: pip install pvemcp