Connector guide3-minute read11 MCP toolsEN · DE · IT

How to Connect Proxmox VE to Gemini — via MCP

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

HCBy HelpCode teamUpdated 3 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

Proxmox VE

Proxmox VE

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

tools

11

Region

INTL

Category

Infrastructure

Authentication

API Key

Required env vars

PROXMOX_URLPROXMOX_TOKEN_IDPROXMOX_TOKEN_SECRET
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Proxmox VE in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

Try asking

Example prompts for Proxmox VE

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

Proxmox VE · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Proxmox VE, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

Proxmox VE + Gemini

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

PROXMOX_URL, PROXMOX_TOKEN_ID, PROXMOX_TOKEN_SECRET

Step 1 — Get credentials

Use an API token, not a password.

  1. In the Proxmox web UI go to Datacenter → Permissions → API Tokens and add a token for a user — e.g. readonly@pve with token id amcp. Proxmox shows the secret once.
  2. Leave Privilege Separation ticked and grant the token the PVEAuditor role at path /. PVEAuditor is read-everything, change-nothing, which is exactly what this adapter needs and all it can do.
  3. Set PROXMOX_URL to https://your-host:8006, PROXMOX_TOKEN_ID to the full user@realm!tokenid string, and PROXMOX_TOKEN_SECRET to the secret.

…(continued in the in-app connector instructions)

Step 2 — Install the adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Add the connector in Gemini

Gemini CLI reads MCP servers from ~/.gemini/settings.json (or %APPDATA%\gemini\settings.json on Windows). Add:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Get your MCP API key from AnythingMCP → Profile → MCP API Keys → New Key.
  2. Save the file and restart gemini.
  3. Run /mcp inside the Gemini CLI — Proxmox VE should be listed as available.
  4. Vertex AI Studio: pass https://cloud.anythingmcp.com/mcp to the tools array of your request with the same Bearer header.

Available tools

ToolWhat it does
proxmox_get_versionRead the Proxmox VE version and release of the connected node
proxmox_list_cluster_resourcesList every VM, container, node and storage across the whole cluster in one call, with status, CPU, memory and disk usage
proxmox_list_nodesList the cluster's nodes with their status, uptime, CPU count and memory
proxmox_get_node_statusRead one node's live status: load average, CPU and memory usage, root filesystem usage, kernel version and uptime
proxmox_list_vmsList the QEMU virtual machines on one node, with their VMID, name, status, CPU and memory allocation and current usage
proxmox_get_vm_statusRead one virtual machine's live status: running or stopped, uptime, CPU and memory usage, disk and network throughput
proxmox_get_vm_configRead one virtual machine's configuration: its disks, network interfaces, boot order, CPU type and the notes recorded against it
proxmox_list_containersList the LXC containers on one node with their VMID, name, status and resource usage
proxmox_list_storageList the storage configured on one node with each store's type, total and used space, and what content it accepts
proxmox_list_backupsList the backup archives on one storage, with their VMID, creation time, size and format — the answer to 'when was this last backed up'
proxmox_list_tasksList recent tasks on one node with their type, VMID, user, start time and exit status — where a failed backup or migration shows up

FAQ

Does Gemini 1.5 Pro or 2.x support MCP? Yes — Gemini CLI ≥ 0.4 and Vertex AI tools API both accept MCP httpUrl connectors with Bearer headers.

Next steps

Was this guide helpful?

Your Proxmox VE agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Related guides

connectors

How to Connect Proxmox VE to ChatGPT — via MCP

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

connectors

How to Connect Proxmox VE to Claude — via MCP

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

connectors

How to Connect Proxmox VE to Cursor — via MCP

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

connectors

Proxmox VE to MCP — Drive Proxmox VE from any AI Agent

Proxmox Virtual Environment: cluster nodes, virtual machines and containers with their status and resource usage, storage, backup tasks and the task log. REST API with an API token, read-only by construction.

connectors

How to Connect AFAS Profit to Gemini — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

How to Connect Aruba Fatturazione Elettronica to Gemini — via MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.