HomeOther › ProxmoxMCP-Plus

ProxmoxMCP-Plus

Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.

Python
★ 553 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.19)

uvx proxmox-mcp-plus

Or add to your MCP client config:

{
  "mcpServers": {
    "proxmoxmcp-plus": {
      "command": "uvx",
      "args": [
        "proxmox-mcp-plus"
      ],
      "env": {
        "PROXMOX_MCP_CONFIG": "<YOUR_VALUE>",
        "PROXMOX_HOST": "<YOUR_VALUE>",
        "PROXMOX_USER": "<YOUR_VALUE>",
        "PROXMOX_TOKEN_NAME": "<YOUR_VALUE>",
        "PROXMOX_TOKEN_VALUE": "<YOUR_VALUE>",
        "PROXMOX_PORT": "<YOUR_VALUE>",
        "PROXMOX_VERIFY_SSL": "<YOUR_VALUE>",
        "PROXMOX_DEV_MODE": "<YOUR_VALUE>",
        "PROXMOX_SERVICE": "<YOUR_VALUE>",
        "MCP_TOOL_ALLOWLIST": "<YOUR_VALUE>",
        "MCP_TOOL_DENYLIST": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROXMOX_MCP_CONFIG — Optional path to a JSON config file. If set, file config is used before environment variable fallback.
  • PROXMOX_HOST required — Hostname or IP address of the Proxmox VE API endpoint.
  • PROXMOX_USER required — Proxmox username with realm, for example root@pam.
  • PROXMOX_TOKEN_NAME required — Name of the Proxmox API token.
  • PROXMOX_TOKEN_VALUE required secret — Secret value of the Proxmox API token.
  • PROXMOX_PORT — Proxmox API port. Defaults to 8006.
  • PROXMOX_VERIFY_SSL — Set to true to verify TLS certificates, or false for self-signed lab environments.
  • PROXMOX_DEV_MODE — Set to true when using verify_ssl=false in a self-signed lab environment.
  • PROXMOX_SERVICE — Proxmox service type. Defaults to PVE.
  • MCP_TOOL_ALLOWLIST — Optional comma-separated exact tool names to expose. Do not set together with MCP_TOOL_DENYLIST.
  • MCP_TOOL_DENYLIST — Optional comma-separated exact tool names to hide. Do not set together with MCP_TOOL_ALLOWLIST.
  • LOG_LEVEL — Server log verbosity. Defaults to INFO.

Related servers

Data from the Official MCP Registry