Chat with your Proxmox VE cluster. An MCP server to list nodes, VMs and LXC, control lifecycle and snapshots, safely. By SoyRage Agency.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"proxmox-mcp-server": {
"command": "npx",
"args": [
"-y",
"soyrageagency/proxmox-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add proxmox-mcp-server npx -y soyrageagency/proxmox-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"proxmox-mcp-server": {
"command": "npx",
"args": [
"-y",
"soyrageagency/proxmox-mcp-server"
]
}
}
}