ProxmoxMCP
Proxmox Manager is a Python-based MCP server designed for managing Proxmox hypervisors. It offers tools for managing nodes, VMs, and containers, and integrates with Cline and Proxmoxer for seamless operation. It features secure authentication, rich output formatting, and development tools for effective hypervisor management.
What is the minimum Python version required?
Python 3.10 or higher is required.
How do I set up the Proxmox API token?
Log into your Proxmox web interface, navigate to Datacenter -> Permissions -> API Tokens, and create a new API token.
Can I use this server without Cline?
Yes, the server can be used independently of Cline.
What are the prerequisites for running the server?
You need a Proxmox server with API token credentials, Python 3.10 or higher, Git, and the UV package manager.
How do I verify the installation?
Check the Python environment with python -c "import proxmox_mcp; print('Installation OK')"
and run tests with pytest
.