ahmetem/proxmox-mcp-suite — explained in plain English
Analysis updated 2026-05-18
Ask Claude to check the overall health of a Proxmox server and its storage in one request.
Have Claude create a snapshot of a virtual machine before performing an upgrade.
Verify that a backup job for a specific container completed successfully.
Review a tamper-evident audit log of every command run on the server through Claude.
| ahmetem/proxmox-mcp-suite | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | — | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 4/5 | 2/5 | 2/5 |
| Audience | ops devops | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Proxmox VE and/or Backup Server setup plus API token credentials exported as environment variables.
Proxmox MCP Suite lets you manage a Proxmox server setup, the kind of software people use to run virtual machines and backups on their own hardware, by talking to it through the Claude AI assistant instead of clicking through a web interface. It works as a plugin for Claude Code and gives Claude 69 separate tools split across two connected servers: one for the main virtualization platform, Proxmox VE, and one for its backup system, Proxmox Backup Server. The project's main selling point is that it was built with an AI assistant's limits in mind. Rather than dumping large, raw responses from the Proxmox system for Claude to read, it returns short, compact summaries, one call can check overall server health, and long-running tasks are tracked automatically so Claude gets the final result without repeatedly asking for updates. It covers a wide range of tasks: listing and creating virtual machines and containers, taking and restoring snapshots and backups, managing storage and disks, working with more advanced storage systems like ZFS, and running commands directly on the server or inside a virtual machine. Because many of these actions can affect real infrastructure, the suite adds safety steps. Anything that changes something requires an explicit confirmation, and anything that could destroy data requires a second, more deliberate confirmation phrase. The highest-risk actions can first run in a preview mode that shows exactly what would happen without doing it. Every command run on a server or virtual machine is also recorded in a tamper-evident log that can later be checked to confirm nothing in the log has been altered. Installing it is done through Claude Code's plugin system, and the underlying tools are fetched automatically the first time you use them, so there is no separate manual setup step. You provide your Proxmox login details as environment variables rather than typing a password directly. The project is released under the GPL 3.0 license and is not affiliated with the company behind Proxmox.
A Claude Code plugin with 69 tools that lets Claude manage a Proxmox virtualization and backup server safely, with confirmations and an audit trail.
GPL 3.0 requires that if you distribute a modified version of the software, you must also share your modified source code under the same license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.