← Back to browse

ProxmoxMCP-Plus

Indexed by io.github.RekklesNA

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPROXMOX_MCP_CONFIG PROXMOX_HOST PROXMOX_USER PROXMOX_TOKEN_NAME PROXMOX_TOKEN_VALUE PROXMOX_PORT PROXMOX_VERIFY_SSL PROXMOX_DEV_MODE PROXMOX_SERVICE LOG_LEVEL
Claude Code
claude mcp add --env PROXMOX_MCP_CONFIG= --env PROXMOX_HOST= --env PROXMOX_USER= --env PROXMOX_TOKEN_NAME= --env PROXMOX_TOKEN_VALUE= --env PROXMOX_PORT= --env PROXMOX_VERIFY_SSL= --env PROXMOX_DEV_MODE= --env PROXMOX_SERVICE= --env LOG_LEVEL= proxmox-mcp-plus -- uvx proxmox-mcp-plus
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"proxmox-mcp-plus","command":"uvx","args":["proxmox-mcp-plus"],"env":{"PROXMOX_MCP_CONFIG":"","PROXMOX_HOST":"","PROXMOX_USER":"","PROXMOX_TOKEN_NAME":"","PROXMOX_TOKEN_VALUE":"","PROXMOX_PORT":"","PROXMOX_VERIFY_SSL":"","PROXMOX_DEV_MODE":"","PROXMOX_SERVICE":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "proxmox-mcp-plus": {
      "command": "uvx",
      "args": [
        "proxmox-mcp-plus"
      ],
      "env": {
        "PROXMOX_MCP_CONFIG": "",
        "PROXMOX_HOST": "",
        "PROXMOX_USER": "",
        "PROXMOX_TOKEN_NAME": "",
        "PROXMOX_TOKEN_VALUE": "",
        "PROXMOX_PORT": "",
        "PROXMOX_VERIFY_SSL": "",
        "PROXMOX_DEV_MODE": "",
        "PROXMOX_SERVICE": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.