OpenAPI-driven 2-tool MCP server for Proxmox VE. Execute VM commands via QEMU agent and container commands via SSH+pct. Saves 95% tokens vs traditional explicit-tool MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"proxmox-mcp-openapi": {
"command": "npx",
"args": [
"-y",
"bakhshb/proxmox-mcp-openapi"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add proxmox-mcp-openapi npx -y bakhshb/proxmox-mcp-openapi
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"proxmox-mcp-openapi": {
"command": "npx",
"args": [
"-y",
"bakhshb/proxmox-mcp-openapi"
]
}
}
}
📋 Copy