proxmox-mcp-server
Provides tools to manage Proxmox VE environments: list nodes, manage VMs and containers, clone VMs from templates with Cloud-Init, and create LXC containers.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@proxmox-mcp-serverlist all VMs on node pve1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Proxmox MCP Server
A simple Model Context Protocol (MCP) server for managing Proxmox VE environments via the Proxmox API.
Features
Connects to any Proxmox host dynamically via environment variable
Disables SSL verification warnings for self-signed certificates (ideal for home labs)
Provides tools to:
List physical nodes
List virtual machines (QEMU) and containers (LXC)
Manage guest power states (start, stop, shutdown, status)
Clone VMs from templates with full Cloud-Init injection (IP, User, Password, SSH keys)
Related MCP server: ProxmoxMCP-Plus
Setup & Authentication
The server requires a Proxmox API Token.
Create a token in the Proxmox GUI (Datacenter > Permissions > API Tokens) for a user with appropriate permissions (e.g., root@pam).
Set the following environment variables before running:
PROXMOX_HOST: The IP address or hostname of your Proxmox server (e.g.,192.168.1.100)PROXMOX_TOKEN_ID: The full token ID (e.g.,root@pam!mytoken)PROXMOX_TOKEN_SECRET: The UUID secret of the token
Usage (via uvx)
You can run this server dynamically using uvx without installing it permanently:
PROXMOX_HOST="192.168.1.100" \
PROXMOX_TOKEN_ID="root@pam!mytoken" \
PROXMOX_TOKEN_SECRET="your-uuid-secret" \
uvx --from git+https://github.com/edasan0568/proxmox-mcp-server proxmox-mcp-serverMCP Configuration Example (MCPHub)
{
"mcpServers": {
"proxmox": {
"command": "/root/.local/bin/uvx",
"args": [
"--from",
"git+https://github.com/edasan0568/proxmox-mcp-server",
"proxmox-mcp-server"
],
"env": {
"PROXMOX_HOST": "192.168.1.100",
"PROXMOX_TOKEN_ID": "root@pam!mytoken",
"PROXMOX_TOKEN_SECRET": "your-uuid-secret"
}
}
}
}Tools Available
list_nodes: List all physical nodes in the cluster.list_guests: List all VMs and Containers on a specific node.manage_guest: Start, stop, shutdown, or check status of a specific VM/CT.clone_vm: Clone a QEMU VM from a template and apply Cloud-Init configurations.create_lxc: Create an LXC Container directly from an OS template tarball and apply configurations.
This server cannot be deployed
Maintenance
Related MCP Connectors
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Manage Rackspace Spot Kubernetes Cloudspaces, node pools, and VMs from your AI assistant.
Deploy and manage Edge Network cloud: sites, VMs, storage, DNS, Shield, Assist. Agent self-signup.
Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive management of Proxmox Virtual Environment through 35 tools for VMs, containers, storage, backups, snapshots, and cluster operations via the Proxmox VE API.18 npm22MIT
- AlicenseNot gradedqualityCmaintenanceEnables comprehensive management of Proxmox virtualization environments, including VM and container lifecycle, snapshots, backups, monitoring, and OpenAPI integration.14MIT
- AlicenseCqualityDmaintenanceEnables management of Proxmox VE environments, including VMs, containers, storage, and cluster operations through natural language.7670 npmMIT
- AlicenseBqualityCmaintenanceEnables AI assistants to manage Proxmox VE infrastructure, including VMs, containers, storage, network, high availability, replication, SDN, and node administration.10011 npmMIT