← Index

Proxmox VE MCP Server

io.github.Samik081/mcp-pve·v0.6.0·Other
Quality Score
80
/100

Manage Proxmox VE through AI assistants

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-pve": {
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-pve"
      ],
      "env": {
        "PVE_BASE_URL": "<pve_base_url>",
        "PVE_TOKEN_ID": "<your-pve_token_id>",
        "PVE_TOKEN_SECRET": "<your-pve_token_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-pve": {
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-pve"
      ],
      "env": {
        "PVE_BASE_URL": "<pve_base_url>",
        "PVE_TOKEN_ID": "<your-pve_token_id>",
        "PVE_TOKEN_SECRET": "<your-pve_token_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @samik081/mcp-pve
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-pve": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/samik081/mcp-pve:0.6.0"
      ],
      "env": {
        "PVE_BASE_URL": "<pve_base_url>",
        "PVE_TOKEN_ID": "<your-pve_token_id>",
        "PVE_TOKEN_SECRET": "<your-pve_token_secret>"
      }
    }
  }
}
§02  Environment variables
PVE_BASE_URL
required

URL of the Proxmox VE instance (e.g. https://pve.example.com:8006)

PVE_TOKEN_ID
requiredsecret

Proxmox VE API token ID (e.g. user@pam!token-name)

PVE_TOKEN_SECRET
requiredsecret

Proxmox VE API token secret

PVE_BASE_URL
required

URL of the Proxmox VE instance (e.g. https://pve.example.com:8006)

PVE_TOKEN_ID
requiredsecret

Proxmox VE API token ID (e.g. user@pam!token-name)

PVE_TOKEN_SECRET
requiredsecret

Proxmox VE API token secret

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other