MCP Directory
Back

ProxmoxMCP-Plus

by RekklesNA · Python · ★ 270

Use MCP and OpenAPI to safely control Proxmox VE VMs, LXCs, backups, and snapshots from LLMs and AI agents.

#ai-agent#automation#claude-desktop#homelab#llm#lxc#mcp#model-context-protocol#open-webui#openapi#proxmox#qemu#virtualization

Install

pip install git+https://github.com/RekklesNA/ProxmoxMCP-Plus.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "proxmoxmcp-plus": {
      "command": "uvx",
      "args": [
        "git+https://github.com/RekklesNA/ProxmoxMCP-Plus.git"
      ]
    }
  }
}

From the README

Operate Proxmox VE from MCP clients, AI agents, and OpenAPI tooling through one security-conscious control plane for VMs, LXCs, snapshots, backups, ISOs, container commands, and persistent long-running jobs. Quick Start | Client Install | Demo | Tools | Safety | Scenarios | Docs | Wiki ProxmoxMCP-Plus sits between AI clients and Proxmox VE so operators do not have to stitch together raw API calls, one-off shell scripts, and custom job polling for every workflow. It exposes the same operational surface in two ways: - for Claude Desktop, Cursor, VS Code, Open…
Read full README on GitHub →

Related ai & ml servers