Odel
Proximo — the Proxmox MCP you can hand the keys

Proximo — the Proxmox MCP you can hand the keys

Local
@john-broadway43PythonApache-2.0Updated Yesterday

The Proxmox MCP you can hand the keys: VE/PBS/PMG/PDM. Plan, prove, undo, diagnose. MCP/A2A/API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIproximo-proxmoxv0.40.0

Run

uvx proximo-proxmox

MCP client config

{
  "mcpServers": {
    "proximo-the-proxmox-mcp-you-can-hand-the-keys": {
      "command": "uvx",
      "args": [
        "proximo-proxmox"
      ]
    }
  }
}