proxmox-mcp-openapi

bakhshb/proxmox-mcp-openapi
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
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.
View on GitHub →

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-openapi": {
      "command": "npx",
      "args": [
        "-y",
        "bakhshb/proxmox-mcp-openapi"
      ]
    }
  }
}