PR

Proxmoxmcp Plus

Developer Tools
14
GitHub Stars

roxmox VE management MCP server with full OpenAPI integration for controlling VMs, containers, and cluster resources

Installation

⭐ RecommendedPython
/absolute/path/to/ProxmoxMCP-Plus/.venv/bin/python -m proxmox_mcp.server
View configuration snippet
{
  "mcpServers": {
    "ProxmoxMCP-Plus": {
      "command": "/absolute/path/to/ProxmoxMCP-Plus/.venv/bin/python",
      "args": [
        "-m",
        "proxmox_mcp.server"
      ],
      "env": {
        "PYTHONPATH": "/absolute/path/to/ProxmoxMCP-Plus/src",
        "PROXMOX_MCP_CONFIG": "/absolute/path/to/ProxmoxMCP-Plus/proxmox-config/config.json",
        "PROXMOX_HOST": "your-proxmox-host",
        "PROXMOX_USER": "username@pve",
        "PROXMOX_TOKEN_NAME": "token-name",
        "PROXMOX_TOKEN_VALUE": "token-value",
        "PROXMOX_PORT": "8006",
        "PROXMOX_VERIFY_SSL": "false",
        "PROXMOX_SERVICE": "PVE",
        "LOG_LEVEL": "DEBUG"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:Auto-detected (unverified)

Claude Desktop

STDIO
stdio:Auto-detected (unverified)

MCP Compatible

STDIO
stdio:Auto-detected (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.