Skip to main content
Glama
soyrageagency

Proxmox MCP Server

πŸ–₯️ Proxmox MCP Server

Chat with your Proxmox VE cluster. A Model Context Protocol server that turns any MCP‑capable AI β€” Claude Desktop, Cursor, Continue, Zed β€” into a natural‑language operator for Proxmox Virtual Environment: nodes, QEMU VMs, LXC containers, storage, tasks and snapshots.

β€œList my VMs and which are down.” Β· β€œHow much RAM is web (VMID 101) using?” Β· β€œSnapshot db before I upgrade it.” Β· β€œGracefully shut down container 200.”

πŸ’» The built‑in proxmox-mcp-tui terminal dashboard β€” tabbed views (Guests Β· Nodes Β· Storage Β· Tasks), live CPU/memory/disk gauges, guest OS, search, snapshots and one‑key actions. More screenshots ↓

CI Node TypeScript MCP Proxmox VE License: SRAL Donate

Designed, built & maintained by SoyRage Agency Β· https://soyrage.es/

⚑ New here? Install in one command β†’ Quick install. Β· β˜• Support the project

🐳 Looking for the Docker equivalent? See the sister project docker-mcp-server β€” same philosophy, for Docker & Compose.


πŸ›‘οΈ NEW β€” Resilience & Compliance

Stop hoping your backups work. Prove it β€” with signed evidence auditors accept.

Three new capabilities turn Proxmox MCP Server from β€œoperate the cluster” into β€œprove the cluster survives a disaster” β€” each one producing a cryptographically-signed, dated report mapped to ISO 27001 Β· NIS2 Β· DORA:

Capability

What it does

βœ…

Automated backup verification

Restores your latest vzdump into an isolated, ephemeral VM, boots it, runs health checks (service up, database responds, key-file checksums), destroys it, and signs a dated report. Almost nobody tests their restores β€” now it's automatic.

πŸ”

Patch orchestration with auto-rollback

Snapshot β†’ apply updates β†’ health check β†’ if it fails, roll back automatically. In dependency order, within a maintenance window. Kills the β€œI don't touch that server because I can't undo it” fear.

🎯

Scheduled DR drills

Executes a declarative YAML runbook against an isolated test env and generates the drill minutes (β€œacta”). No more DR plan rotting in a 2019 Word doc nobody ever ran.


Related MCP server: ProxmoxEmCP

πŸ“‘ Table of contents


⚑ Quick install (one command)

Just want the terminal dashboard? No Node required. Install the standalone rageprox binary β€” a Node runtime and the app fused into one file:

Windows (PowerShell):

irm https://raw.githubusercontent.com/soyrageagency/proxmox-mcp-server/main/scripts/install.ps1 | iex

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/soyrageagency/proxmox-mcp-server/main/scripts/install.sh | sh

Then run rageprox (preview with PROXMOX_MCP_DEMO=true rageprox). Re-run the installer any time to update β€” and the app tells you when a new version ships.

Prefer the MCP-server-for-Claude-Desktop path (with the config wizard)? Use the Node installer below.

Never done this before? It's 3 steps and about 3 minutes. You do not need to touch any config file β€” a friendly wizard asks you a few questions and sets up everything.

βœ… Step 1 β€” Install the two things you need (once)

  • Node.js (click the big green β€œLTS” button, next‑next‑finish).

  • Git.

βœ… Step 2 β€” Run one command

irm https://raw.githubusercontent.com/soyrageagency/proxmox-mcp-server/main/install.ps1 | iex
curl -fsSL https://raw.githubusercontent.com/soyrageagency/proxmox-mcp-server/main/install.sh | bash

βœ… Step 3 β€” Copy‑paste your details when the wizard asks

That's it β€” the wizard walks you through it and tests the connection for you:

  This wizard sets everything up in under a minute. You'll need:
    1. Your Proxmox web address (the one you log in to).
    2. An API token (safest) β€” or your Proxmox username + password.

  Proxmox address (e.g. https://192.168.1.10:8006): https://10.0.0.11:8006
  Do you have an API token? (Y/n): y
  Token ID (user@realm!name, e.g. root@pam!mcp): root@pam!mcp
  Token secret (paste the UUID): β€’β€’β€’β€’β€’β€’β€’β€’-β€’β€’β€’β€’-β€’β€’β€’β€’-β€’β€’β€’β€’-β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’
  Verify the TLS certificate? (most Proxmox use self-signed β†’ No) (y/N): n
  Read-only mode? (view only β€” safest) (y/N): n

  Testing the connection…
  βœ“ Connected to Proxmox VE (8.2.4)
  βœ“ Saved credentials to .env
  βœ“ Added the "proxmox" server in your Claude config.

  All set!  β†’  restart Claude Desktop and ask "List my Proxmox VMs."

Then restart Claude Desktop and say: β€œList my Proxmox VMs and containers.” πŸŽ‰

In the Proxmox web UI: Datacenter β†’ Permissions β†’ API Tokens β†’ Add, pick user root@pam, name it mcp, and copy the secret (shown once). Your token ID is root@pam!mcp. Full details in Create a Proxmox API token. Prefer not to now? The wizard also accepts your username + password.

Run npm run setup from the project folder. The installer backs up and merges your existing Claude config, so other MCP servers are preserved.

Try demo mode β€” realistic fake data, no host needed.

πŸ’™ If this saves you time, please support the project on PayPal and drop a ⭐.


🧭 What is this?

The Model Context Protocol (MCP) is an open standard that lets AI assistants talk to external tools over a well‑defined JSON‑RPC interface. Proxmox MCP Server is an MCP server that speaks that protocol over stdio and exposes your Proxmox VE cluster as a set of safe, richly‑described tools.

Point any MCP‑capable assistant at it and you can operate your virtualization stack in plain language β€” the model reads each tool's schema, decides which to call against the Proxmox REST API, and reports the results back to you. Built for home‑labbers and sysadmins who'd rather ask than remember qm and pct flags.


πŸš€ Feature overview

Area

Capabilities

🧭 Cluster

List nodes with load, node status, cluster quorum/membership, and a consolidated cluster_resources view.

πŸ–₯️ Guests

List QEMU VMs and LXC containers (filter by kind / running), live status, full config, and guest OS (via the QEMU agent β€” name, version, IPs).

βš™οΈ Lifecycle

Start Β· graceful shutdown Β· hard stop Β· reboot Β· suspend/resume β€” for VMs and containers.

🚚 Management

Migrate to another node Β· clone (from templates) Β· resize CPU/RAM Β· delete.

πŸ“¦ Backups

Backup (vzdump) Β· list archives Β· restore into a VMID.

🧱 Provisioning

List templates/ISOs Β· create LXC containers and QEMU VMs.

πŸ“Έ Snapshots

List, create (optionally with RAM), rollback and delete snapshots.

πŸ›‘οΈ Resilience & Compliance

Restore-test backups in an isolated VM Β· patch with automatic rollback Β· run DR drills β€” each producing a signed ISO 27001 / NIS2 / DORA evidence report. See ↑

πŸ’Ύ Storage

List storages per node with type, content and usage.

🧾 Tasks

Recent task log per node (backups, migrations, actions…).

⌨️ Terminal UI

A creative, lazydocker‑style TUI (proxmox-mcp-tui) with live gauges, guest OS, and one‑key actions.

πŸ›‘οΈ Safety

Global read‑only mode Β· guest allowlist (by VMID or name) Β· TLS verification control.

πŸ” Auth

API token (recommended) or username/password ticket auth.

🧩 Modular

Every capability is a toggleable plugin β€” expose exactly the surface you want.

🧱 Engineering

100% TypeScript, strict mode Β· tiny dependency surface Β· stderr‑only logging.


πŸ› οΈ How it works

                 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
   You  ◀──────▢ β”‚  AI assistant (Claude / Cursor / Continue …)  β”‚
                 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                              stdio Β· JSON‑RPC (MCP)
                 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                 β”‚              Proxmox MCP Server               β”‚
                 β”‚   config β†’ auth β†’ tool call β†’ Proxmox API     β”‚
                 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                          HTTPS Β· /api2/json (token or ticket)
                 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                 β”‚        Proxmox VE node / cluster (:8006)      β”‚
                 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

The server calls the Proxmox VE REST API (https://<host>:8006/api2/json). It resolves each guest's node automatically from /cluster/resources, so you address VMs and containers simply by VMID or name β€” no need to know which node they live on.


βœ… Requirements

Requirement

Notes

Node.js β‰₯ 18

ES modules + global fetch. Node 20+ recommended.

A Proxmox VE 7/8 node or cluster

Reachable on its API port (8006).

An API token (recommended)

Or a user/password. See Create a Proxmox API token.

An MCP client

Claude Desktop, Cursor, Continue, Zed, or the MCP Inspector.


πŸ“¦ Installation

git clone https://github.com/soyrageagency/proxmox-mcp-server.git
cd proxmox-mcp-server
npm install
npm run build

πŸ§ͺ Try it instantly β€” demo mode (no Proxmox needed)

Want to evaluate it right now without a cluster? Run in demo mode β€” the server serves a believable 2‑node lab (VMs, containers, storage, snapshots):

npm run build
PROXMOX_MCP_DEMO=true npm run inspect     # explore every tool in the MCP Inspector

Or point Claude Desktop at it with "PROXMOX_MCP_DEMO": "true" in the env block and ask β€œList my Proxmox VMs and containers.” You'll get output like:

VMID  KIND  NAME           NODE  STATUS   CPU   MEMORY          UPTIME
100   VM    web            pve   running  3.1%  1.8 GB/4.0 GB   22d 23h
101   VM    db             pve   running  8.7%  6.2 GB/8.0 GB   22d 23h
200   CT    nginx-proxy    pve   running  0.4%  96.0 MB/512 MB  22d 22h
201   CT    grafana        pve   running  1.2%  240 MB/2.0 GB   13d 21h

When you're ready, set PROXMOX_MCP_DEMO=false and add your real host + token.

With a real cluster

npm run inspect     # after setting PROXMOX_HOST + token (see below)

⌨️ The terminal UI (TUI)

Prefer the terminal? Launch proxmox-mcp-tui β€” a creative, professional, lazydocker‑style dashboard for your cluster that opens with a SoyRage Agency welcome, then drops you into a live, keyboard‑driven view. Hand‑rolled ANSI, zero UI dependencies.

npm run build
npm run tui        # β†’ interactive terminal dashboard
npm run tui:demo   # same, with realistic mock data (no cluster needed)

A warm welcome

Guests β€” OS, live gauges & one‑key actions

Tabbed views β€” Nodes Β· Storage Β· Tasks

πŸ€– Give orders to the AI β€” in plain language

πŸ›‘οΈ Resilience tab β€” restore-tests, patch runs & DR drills at a glance

Rendered in demo mode Β· watermarked Β© SoyRage Agency Β· soyrage.es

Features

  • Tabbed views β€” 1 Guests Β· 2 Nodes Β· 3 Storage Β· 4 Tasks Β· 5 Resilience (or Tab to cycle), each with column headers and usage bars.

  • πŸ›‘οΈ Resilience tab β€” the last verdict for backup verification, patch orchestration and DR drills, with measured RTO/RPO and the signing fingerprint. Press g to run the selected capability and write fresh signed evidence.

  • πŸ€– AI command bar β€” press a and type an order in plain English: β€œrestart db”, β€œshutdown 200”, β€œwhich VMs are down?”, β€œhow much RAM is web using?”. The AI proposes the action and asks you to confirm before it runs β€” questions get an instant answer. Powered by any OpenAI‑compatible endpoint (OpenAI, Ollama, LM Studio…); demo mode simulates it.

  • Live β€” a clock and cluster name in the header, auto‑refreshing every 5 s.

  • Search β€” press / to filter guests by name or VMID.

  • Help overlay β€” press ? for a keyboard cheat‑sheet.

  • Safe actions β€” destructive stop and every AI action ask for a y/n confirmation; read‑only mode hides all action keys.

  • Rich details β€” the selected guest shows its OS (via the QEMU agent), CPU/memory/disk gauges, cores and uptime; press s for its snapshots.

Keys: 1‑5/Tab views Β· ↑/↓ (or j/k) navigate Β· / filter Β· a ask AI Β· g run resilience Β· s snapshots Β· S start Β· d shutdown Β· x stop Β· b reboot Β· r refresh Β· ? help Β· q quit. VMs are cyan, containers magenta.

πŸ’‘ Enable the AI with PROXMOX_MCP_AI_ENDPOINT (+ _KEY, _MODEL). Works with Ollama locally for free. Without it, the bar still understands common orders via a built‑in rule engine.


πŸ›‘οΈ Resilience & Compliance (NEW)

Anyone can take a backup. The hard part β€” the part regulators now ask you to prove β€” is that you can recover. This module adds three capabilities that generate exactly that proof: a cryptographically-signed, dated evidence report (JSON + Markdown + printable HTML) mapped onto ISO 27001, NIS2 and DORA controls.

Every report is signed with an Ed25519 key (auto-generated on first use). An auditor can verify β€” offline, with only the bundled public key β€” that the report was produced by your system on the stated date and hasn't been altered since. Zero new dependencies.

Run any capability three ways: from your AI client (the tools below), from the TUI (Resilience tab β†’ press g), or wire it into cron/CI.

βœ… 1. Automated backup verification β€” restore-testing

Almost nobody tests their restores; they find out on the day of the disaster.

verify_backups takes the latest vzdump for each guest, restores it into an ephemeral VM fenced onto an isolated bridge (it can never touch production), boots it, and runs health checks:

  • Service up β€” the guest boots and its agent responds.

  • Database responds β€” e.g. pg_isready accepts connections.

  • Key-file checksums β€” critical files match a recorded baseline (drift is flagged, not rubber-stamped).

Then it destroys the ephemeral guest and signs a report with the measured RTO per guest. Supports ISO 27001 A.8.13 / A.5.29 Β· NIS2 Art. 21(2)(c) Β· DORA Art. 12.

verify_backups                    # test the latest backup of every guest
verify_backups { "vmid": 101 }    # just this guest

πŸ” 2. Patch orchestration with automatic rollback

β€œI don't touch that server, because if it breaks I don't know how to get back.”

orchestrate_patching removes the fear. For each guest, in dependency order, within an optional maintenance window:

snapshot β†’ apply updates β†’ health check β†’ if it fails, roll back to the snapshot automatically.

You get a report showing exactly what was patched and what was rolled back. Supports ISO 27001 A.8.8 / A.8.32 Β· NIS2 Art. 21(2)(e) Β· DORA Art. 9.

orchestrate_patching
orchestrate_patching { "guests": ["web", "db"], "window": "Sat 02:00-05:00" }

🎯 3. Scheduled DR drills

Many companies have their DR plan in a 2019 Word document that nobody has ever executed.

run_dr_drill executes a declarative YAML runbook against an isolated test environment, times every recovery step, measures RTO/RPO and produces the signed drill minutes (β€œacta”). The engine refuses to run if the runbook's environment looks like production. A ready-to-edit runbook lives in examples/dr-runbook.yaml:

name: Quarterly failover drill
environment: staging          # never "production" β€” the engine refuses
rpoHours: 24
steps:
  - action: restore
    guest: db
    from: latest
  - action: start
    guest: db
  - action: healthcheck
    guest: db
    check: db
  - action: failover
    guest: web
  - action: teardown
run_dr_drill                                   # built-in sample runbook
run_dr_drill { "path": "examples/dr-runbook.yaml" }
run_dr_drill { "runbook": "name: ...\nsteps: ..." }

Supports ISO 27001 A.5.30 Β· NIS2 Art. 21(2)(c) Β· DORA Art. 11 / 24-25.

πŸ“„ The evidence

Each run writes to PROXMOX_MCP_RESILIENCE_DIR (default ./resilience-reports/):

File

For

<id>.html

A branded report that prints straight to PDF for an auditor (shown above).

<id>.md

A diff-able Markdown report that lives in git.

<id>.json

The machine-readable record, including the signature block.

list_resilience_reports (available even in read-only mode) shows the most recent verdict per capability.

πŸ”’ Safety. The three run tools are mutating and are hidden in PROXMOX_MCP_READONLY mode (report listing stays available). Backup verification and DR drills operate on ephemeral, isolated guests; patching always snapshots first and rolls back on failure.

βš™οΈ Configuration

Variable

Default

Purpose

PROXMOX_MCP_RESILIENCE_DIR

resilience-reports

Where signed evidence is written.

PROXMOX_MCP_SIGNING_KEY

(auto)

Path to the Ed25519 signing key (generated if absent).

PROXMOX_MCP_EPHEMERAL_VMID_BASE

90000

First VMID of the ephemeral restore range.

PROXMOX_MCP_ISOLATED_BRIDGE

vmbr9

Isolated bridge ephemeral guests are fenced onto.

PROXMOX_MCP_MAINT_WINDOW

(anytime)

Default patching window, e.g. Sat 02:00-05:00.


πŸ”‘ Create a Proxmox API token

An API token is the safest way to authenticate (no password stored, revocable, scopable).

  1. In the Proxmox web UI go to Datacenter β†’ Permissions β†’ API Tokens β†’ Add.

  2. Pick a User (e.g. root@pam) and a Token ID (e.g. mcp). Copy the generated secret β€” it's shown only once.

    • Your PROXMOX_TOKEN_ID is then root@pam!mcp.

  3. Give the token permissions. For full control assign the PVEAdmin role at path /; for read‑only use PVEAuditor. (Uncheck Privilege Separation to inherit the user's privileges, or add an ACL for the token.)

  4. Put the values in your MCP client config / .env:

    PROXMOX_HOST=https://192.168.1.10:8006
    PROXMOX_TOKEN_ID=root@pam!mcp
    PROXMOX_TOKEN_SECRET=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Prefer least privilege: pair a PVEAuditor token with PROXMOX_MCP_READONLY=true for a safe, view‑only assistant.


πŸ”Œ Connecting to your AI client

Add the server to your MCP client. Example for Claude Desktop (%APPDATA%\Claude\claude_desktop_config.json on Windows, ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "proxmox": {
      "command": "node",
      "args": ["/absolute/path/to/proxmox-mcp-server/dist/index.js"],
      "env": {
        "PROXMOX_HOST": "https://192.168.1.10:8006",
        "PROXMOX_TOKEN_ID": "root@pam!mcp",
        "PROXMOX_TOKEN_SECRET": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "PROXMOX_VERIFY_TLS": "false",
        "PROXMOX_MCP_READONLY": "false"
      }
    }
  }
}

A ready‑to‑edit copy lives in examples/claude_desktop_config.json. Restart your client and ask: β€œWhat Proxmox nodes and VMs do I have?” β€” the assistant will greet you on behalf of SoyRage Agency and take it from there.


βš™οΈ Configuration reference

Every setting is an environment variable. A local .env is loaded automatically; a JSON config file (proxmox-mcp.config.json) provides defaults. Precedence (low β†’ high): defaults β†’ config file β†’ .env β†’ environment. See .env.example.

Variable

Default

Description

PROXMOX_HOST

β€”

API base URL, e.g. https://192.168.1.10:8006.

PROXMOX_TOKEN_ID

β€”

API token id user@realm!tokenname (recommended).

PROXMOX_TOKEN_SECRET

β€”

API token secret (UUID).

PROXMOX_USER

β€”

user@realm for ticket auth (used only if no token).

PROXMOX_PASSWORD

β€”

Password for ticket auth.

PROXMOX_VERIFY_TLS

false

Verify the node's TLS certificate.

PROXMOX_MCP_READONLY

false

Hide all state‑changing tools.

PROXMOX_MCP_DEMO

false

Serve fabricated demo data (no real host needed).

PROXMOX_MCP_ALLOWLIST

β€”

Comma‑separated VMIDs/names the AI may touch (empty = all).

PROXMOX_MCP_PLUGINS

β€”

Load only these plugins (empty = all).

PROXMOX_MCP_DISABLED_PLUGINS

β€”

Disable these plugins. about is locked.

PROXMOX_MCP_LOG_LEVEL

info

debug | info | warn | error.

PROXMOX_MCP_AI_ENDPOINT

β€”

OpenAI‑compatible base URL for the TUI's AI copilot (empty = rule‑based).

PROXMOX_MCP_AI_KEY

β€”

Bearer key for the AI endpoint.

PROXMOX_MCP_AI_MODEL

gpt-4o-mini

Model name for the AI endpoint.

PROXMOX_MCP_CONFIG

proxmox-mcp.config.json

Path to the optional JSON config file.


πŸ”’ TLS & self‑signed certificates

Proxmox ships a self‑signed certificate by default, so PROXMOX_VERIFY_TLS=false (the default) is expected for most home‑labs β€” the connection is still encrypted, just not certificate‑verified. TLS control is per‑request (via undici), so it does not disable verification globally for your process.

Set PROXMOX_VERIFY_TLS=true only when your node presents a certificate your system trusts (e.g. a Let's Encrypt cert, or an internal CA / reverse proxy in front of :8006).


πŸ›‘οΈ Security model & networking

This server can control your infrastructure β€” treat access like root SSH.

Control

What it does

Read‑only mode (PROXMOX_MCP_READONLY=true)

Hides every lifecycle/snapshot‑mutating tool. Pair with a PVEAuditor token.

Guest allowlist (PROXMOX_MCP_ALLOWLIST)

Restricts all guest tools to matching VMIDs/names; anything else returns a clear error.

Scoped API token

Grant the token only the privileges it needs; revoke instantly from the UI.

Least privilege

PVEAuditor + read‑only = a safe, view‑only assistant.

Networking: the Proxmox API listens on :8006. Reach a remote node over a VPN (WireGuard / Tailscale) rather than exposing 8006 to the Internet. The MCP server runs locally beside your AI client and connects out to Proxmox β€” it opens no inbound ports of its own.

Safety recipes

# View-only assistant (great for demos / dashboards)
PROXMOX_MCP_READONLY=true          # + a PVEAuditor token

# Only let the AI manage two specific guests
PROXMOX_MCP_ALLOWLIST=101,web

# Expose only cluster/guest insight, no storage/tasks
PROXMOX_MCP_PLUGINS=nodes,guests,cluster

🧰 Complete tool reference

Tools marked W change state and are hidden when PROXMOX_MCP_READONLY=true. Guests are addressed by VMID or name.

Identity

Tool

Description

about

Credits, license and the SoyRage Agency welcome banner.

list_plugins

The modular plugins and whether each is enabled.

Insight (read‑only)

Tool

Parameters

Description

list_nodes

β€”

Cluster nodes with status, CPU and memory.

node_status

node

Detailed status of one node.

list_guests

kind? (qemu/lxc), runningOnly?

All VMs & containers with live stats.

guest_status

guest

Live status of one VM/container.

guest_config

guest

Full configuration of one guest.

guest_osinfo

guest

The guest's operating system (agent name/version + IPs).

list_storage

node

Storages on a node with usage.

list_tasks

node, limit?

Recent tasks on a node.

cluster_status

β€”

Cluster membership & quorum.

cluster_resources

type?

Consolidated nodes/guests/storage view.

list_snapshots

guest

Snapshots of a VM/container.

list_backups

node?, storage?

vzdump backup archives with VMID, size, age.

list_templates

node?

Container templates (vztmpl) and install ISOs.

list_resilience_reports

β€”

Recent signed resilience evidence (verify / patch / DR).

Lifecycle (W)

Tool

Parameters

Description

start_guest

guest

Power on a VM/container.

shutdown_guest

guest, timeout?

Graceful ACPI/OS shutdown (preferred).

stop_guest

guest

Hard stop (power‑cord). Destructive β€” confirm first.

reboot_guest

guest

Graceful reboot.

suspend_guest

guest, toDisk?

Pause a VM in RAM (or hibernate to disk).

resume_guest

guest

Resume a suspended VM.

Management (W)

Tool

Parameters

Description

migrate_guest

guest, target, online?

Move a guest to another node (live if running).

clone_guest

guest, newid, name?, full?, target?

Clone a VM/CT (e.g. from a template).

set_guest_resources

guest, cores?, memory?

Quickly change CPU cores / RAM (MB).

backup_guest

guest, storage, mode?, compress?

Create a vzdump backup to a storage.

delete_guest

guest, confirm, purge?

Destroy a guest (guarded: confirm must equal the VMID).

Backups & provisioning (W)

Tool

Parameters

Description

restore_backup

volid, vmid, node?, storage?, force?

Restore a vzdump archive into a VMID.

create_container

vmid, ostemplate, storage, hostname?, cores?, memory?, diskGb?, …

Create an LXC container from a template.

create_vm

vmid, storage, name?, diskGb?, cores?, memory?, iso?, ostype?, …

Create a QEMU VM (with a disk + optional install ISO).

Snapshots (W)

Tool

Parameters

Description

create_snapshot

guest, name, description?, withRam?

Take a snapshot (optionally with VM RAM).

rollback_snapshot

guest, name

Revert to a snapshot (destructive).

delete_snapshot

guest, name

Remove a snapshot.

Resilience & Compliance (W) β€” details ↑

Tool

Parameters

Description

verify_backups

vmid?, node?

Restore-test the latest backup(s) in an isolated ephemeral VM; sign the report.

orchestrate_patching

guests?, window?

Snapshot β†’ patch β†’ health-check β†’ auto-rollback on failure; sign the report.

run_dr_drill

runbook?, path?

Execute a declarative YAML DR runbook; sign the drill minutes.


πŸ’¬ Example conversations

You say…

The assistant calls…

β€œShow me all my VMs and containers.”

list_guests

β€œWhich containers are running?”

list_guests { kind: "lxc", runningOnly: true }

β€œIs node pve healthy?”

node_status { node: "pve" }

β€œHow is VMID 101 doing?”

guest_status { guest: "101" }

β€œSnapshot db before the upgrade.”

create_snapshot { guest: "db", name: "pre-upgrade" }

β€œGracefully shut down container 200.”

shutdown_guest { guest: "200" }

β€œHow full is storage on pve?”

list_storage { node: "pve" }

β€œWhat happened on pve recently?”

list_tasks { node: "pve" }

β€œWho built this?”

about


🧩 Modular plugin architecture

The server is assembled from independent plugins, each owning one capability group; which load is driven entirely by configuration. The about plugin is locked β€” it carries the SoyRage Agency identity and cannot be disabled.

Plugin

Category

Type

Tools

about πŸ”’

identity

read

about, list_plugins

nodes

nodes

read

list_nodes, node_status

guests

guests

read

list_guests, guest_status, guest_config, guest_osinfo

storage

storage

read

list_storage

tasks

tasks

read

list_tasks

cluster

cluster

read

cluster_status, cluster_resources

snapshots

snapshots

read/write

list_snapshots, create/rollback/delete_snapshot

lifecycle

lifecycle

write

start/shutdown/stop/reboot/suspend/resume_guest

management

management

write

migrate/clone/backup/delete_guest, set_guest_resources

backups

backups

read/write

list_backups, restore_backup

provisioning

provisioning

read/write

list_templates, create_container, create_vm

resilience

resilience

read/write

list_resilience_reports, verify_backups, orchestrate_patching, run_dr_drill

PROXMOX_MCP_PLUGINS=                                # (env) empty = load all
PROXMOX_MCP_DISABLED_PLUGINS=lifecycle,snapshots    # insight only

Ask the assistant β€œlist the plugins” any time to see what's enabled.


πŸ—‚οΈ Project structure

proxmox-mcp-server/
β”œβ”€β”€ assets/soyrage-banner.svg  # SoyRage Agency identity banner
β”œβ”€β”€ examples/                  # Claude config + config-file examples
β”œβ”€β”€ install.sh / install.ps1   # One-command bootstrap for beginners
β”œβ”€β”€ scripts/install.mjs        # Cross-platform Claude Desktop configurator
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts               # Entry point: banner, attribution guard, wiring
β”‚   β”œβ”€β”€ branding.ts            # SoyRage identity, ASCII banner, MCP instructions
β”‚   β”œβ”€β”€ plugins.ts             # Modular plugin catalogue & loader
β”‚   β”œβ”€β”€ config.ts              # Layered config (defaults β†’ file β†’ .env β†’ env)
β”‚   β”œβ”€β”€ logger.ts              # stderr-only structured logger
β”‚   β”œβ”€β”€ proxmox/
β”‚   β”‚   └── client.ts          # Typed Proxmox VE API client (token/ticket, TLS)
β”‚   β”œβ”€β”€ tools/                 # One module per plugin's tools
β”‚   β”‚   β”œβ”€β”€ context.ts Β· about.ts Β· nodes.ts Β· guests.ts Β· cluster.ts
β”‚   β”‚   β”œβ”€β”€ storage.ts Β· tasks.ts Β· snapshots.ts Β· lifecycle.ts
β”‚   β”‚   β”œβ”€β”€ management.ts Β· backups.ts Β· provisioning.ts Β· resilience.ts
β”‚   β”œβ”€β”€ resilience/            # Resilience & Compliance engine
β”‚   β”‚   β”œβ”€β”€ engine.ts          # FaΓ§ade: run β†’ sign β†’ persist β†’ summarise
β”‚   β”‚   β”œβ”€β”€ backup-verifier.ts # Restore-test into an isolated ephemeral VM
β”‚   β”‚   β”œβ”€β”€ patch-orchestrator.ts  # Snapshot β†’ patch β†’ health β†’ auto-rollback
β”‚   β”‚   β”œβ”€β”€ dr-drill.ts        # Execute a declarative recovery runbook
β”‚   β”‚   β”œβ”€β”€ runbook.ts         # Dependency-free YAML runbook parser
β”‚   β”‚   β”œβ”€β”€ report.ts          # Control mapping + Markdown/HTML rendering
β”‚   β”‚   β”œβ”€β”€ signing.ts         # Ed25519 evidence signing (node:crypto)
β”‚   β”‚   └── types.ts Β· util.ts
β”‚   └── utils/                 # format.ts (tables/units) Β· result.ts (MCP helpers)
β”œβ”€β”€ examples/dr-runbook.yaml   # Ready-to-edit DR drill runbook
β”œβ”€β”€ .env.example Β· LICENSE Β· NOTICE Β· README.md

πŸ§ͺ Development

npm run dev        # hot-reload with tsx
npm run typecheck  # strict type check, no emit
npm run build      # compile to dist/
npm run start      # run the built server
npm run inspect    # launch the MCP Inspector
npm run setup      # build + configure Claude Desktop

Design notes: stdout is reserved for the JSON‑RPC stream (logs β†’ stderr); the Proxmox client resolves guest β†’ node automatically; failing tool calls return a clean isError result instead of crashing the connection; TLS control is per‑request via undici.


🩺 Troubleshooting & FAQ

Check PROXMOX_HOST (include https:// and :8006), that the node is reachable (VPN?), and your token/credentials. With a self‑signed cert keep PROXMOX_VERIFY_TLS=false. The server keeps running so tool calls return a friendly error in your chat client.

The token/user lacks privileges for that path. Assign an appropriate role (PVEAuditor for read, PVEAdmin/PVEVMAdmin for control) at path / or on the specific VM, and make sure the token isn't limited by Privilege Separation without an ACL.

You're in read‑only mode (PROXMOX_MCP_READONLY=true) or the lifecycle plugin is disabled. Adjust and restart your MCP client.

No. The server talks only to your Proxmox API and your MCP client over local stdio. It makes no other outbound calls.


πŸ—ΊοΈ Roadmap

  • Nodes, guests, lifecycle, snapshots, storage, tasks, cluster

  • Guest OS detection (QEMU agent) Β· suspend/resume

  • Migrate, clone, resize, backup (vzdump), delete guests

  • Backups: list & restore archives Β· Provisioning: create VMs/CTs from templates & ISOs

  • Guided setup wizard Β· API‑token & ticket auth Β· read‑only & allowlist Β· modular plugins

  • One‑command installer Β· demo mode Β· terminal UI (TUI) Β· CI

  • Resilience & Compliance: signed backup verification Β· patch orchestration with auto‑rollback Β· DR drills (ISO 27001 / NIS2 / DORA)

  • Scheduled resilience runs (cron) & e‑mail/Slack delivery of evidence

  • Cloud‑init provisioning presets

  • Published npm package for one‑line npx usage


🧰 More from the SoyRage self‑hosting suite

Proxmox MCP Server is part of a family of open‑source infrastructure tools built with the same care β€” same design language, same safety‑first defaults, same "chat with your infra" philosophy:

Project

What it does

πŸ–§ Proxmox MCP Server

(you are here) Chat with your Proxmox VE cluster β€” nodes, VMs & LXC, snapshots and full guest CRUD, plus a tabbed terminal dashboard with an AI command bar.

🐳 Docker MCP Server

Chat with your Docker host β€” containers, logs, Compose, a live web panel and a TUI with an AI copilot.

🚚 VMware β†’ Proxmox Toolkit (V2P)

Leaving vSphere after the Broadcom price hikes? Inventory vCenter, score compatibility, estimate cost & time, plan disk conversion and export a professional PDF assessment.

πŸ—ΊοΈ NetAtlas

Living infrastructure documentation β€” agentless discovery that auto-generates a network diagram, inventory, VLAN & service-dependency maps, and tells you what changed since last time.

πŸ›‘οΈ MailAegis

Corporate email threat analyzer β€” VirusTotal, ClamAV and an in-house phishing/BEC engine, inside a mail client.


πŸ’™ Support the project

Proxmox MCP Server is built and maintained in the open by SoyRage Agency. If it's useful, please consider supporting continued development β€” it funds new features and keeps the project free.

Support on PayPal

paypal.me/soyrageagency · a ⭐ on the repo also helps a lot!

Other ways to help: share it on r/selfhosted or r/Proxmox, report issues, open PRs, or hire SoyRage Agency for custom DevOps + AI tooling.


πŸ–‹οΈ Credits & License

Designed, built and maintained by SoyRage Agency β€” https://soyrage.es/

Released under the SoyRage Attribution License (see LICENSE and NOTICE). You may use, modify and self‑host it β€” as long as the credit to SoyRage Agency stays visible: the source headers, the package.json author field, and the runtime identity (ASCII banner, about tool, MCP instructions) must remain intact.

ℹ️ On attribution: software that runs on your machine can always be modified β€” this is not DRM. The attribution is the default everywhere so removing it is a deliberate act, and the license makes that act a violation. For white‑labelling or a commercial license, reach out via soyrage.es.

Β© 2026 SoyRage Agency β€” https://soyrage.es/ Β· Made with care in Valencia, Spain.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.

  • Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/soyrageagency/proxmox-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server