Proxmox Mcp Tools
Provides MCP tools guidance and assistance for orchestrating AI agents and multi-step workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add proxmox-mcp-tools npx -- -y @trustedskills/proxmox-mcp-tools
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"proxmox-mcp-tools": {
"command": "npx",
"args": [
"-y",
"@trustedskills/proxmox-mcp-tools"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The proxmox-mcp-tools skill allows AI agents to interact with Proxmox Virtual Environment (PVE) using its Management Command Processor (MCP). This enables automated management tasks like creating, deleting, and migrating virtual machines and containers. It provides a programmatic interface for controlling your Proxmox cluster directly from an agent.
When to use it
- Automated VM Provisioning: Quickly create new VMs based on predefined templates or configurations.
- Disaster Recovery Drills: Simulate failover scenarios by migrating VMs between hosts in your PVE environment.
- Resource Optimization: Automatically adjust resource allocation (CPU, memory) for VMs based on real-time usage data.
- Scheduled Maintenance: Perform automated backups or reboots of VMs during off-peak hours.
Key capabilities
- VM Creation
- VM Deletion
- VM Migration
- Resource Allocation Management
Example prompts
- "Create a new Debian 11 VM named 'testvm' with 2 vCPUs and 4GB of RAM."
- "Migrate the VM 'webserver' to host 'pve02'."
- "Delete the VM 'old-dev-env'."
Tips & gotchas
- Requires proper API credentials configured within your Proxmox cluster. Ensure the agent has appropriate permissions for the desired actions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.