mcpbeat Sign in

ProxmoxMCP-Plus MCP Server

by rekklesna Your server? Claim it
local only

ProxmoxMCP-Plus runs on your own machine — the client starts it, so there is no endpoint to ping. 1 751 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 1 155 · avg 262 · +105% w/w
a month agotoday
1 751
Installs / week
pypi · proxmox-mcp-plus
540
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add proxmox-mcp-plus -- uvx proxmox-mcp-plus
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proxmox-mcp-plus": {
      "args": [
        "proxmox-mcp-plus"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.proxmox-mcp-plus]
command = "uvx"
args = ["proxmox-mcp-plus"]
.cursor/mcp.json
{
  "mcpServers": {
    "proxmox-mcp-plus": {
      "args": [
        "proxmox-mcp-plus"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "proxmox-mcp-plus": {
      "args": [
        "proxmox-mcp-plus"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PROXMOX_MCP_CONFIG (Optional path to a JSON config file. If set, file config is used before environment variable fallback.), PROXMOX_HOST (Hostname or IP address of the Proxmox VE API endpoint.), PROXMOX_USER (Proxmox username with realm, for example root@pam.), PROXMOX_TOKEN_NAME (Name of the Proxmox API token.), PROXMOX_TOKEN_VALUE (Secret value of the Proxmox API token.), PROXMOX_PORT (Proxmox API port. Defaults to 8006.), PROXMOX_VERIFY_SSL (Set to true to verify TLS certificates, or false for self-signed lab environments.), PROXMOX_DEV_MODE (Set to true when using verify_ssl=false in a self-signed lab environment.), PROXMOX_SERVICE (Proxmox service type. Defaults to PVE.), MCP_TOOL_ALLOWLIST (Optional comma-separated exact tool names to expose. Do not set together with MCP_TOOL_DENYLIST.), MCP_TOOL_DENYLIST (Optional comma-separated exact tool names to hide. Do not set together with MCP_TOOL_ALLOWLIST.), LOG_LEVEL (Server log verbosity. Defaults to INFO.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ProxmoxMCP-Plus

same job, measured the same way
Remote Filesystem
by pulsemcp

MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).

120 installs/wk local only
Proxmox VE
by akmalovaa

Manage Proxmox VE nodes, VMs, containers, storage and snapshots. Read-only by default.

1 382 installs/wk local only
Unraid RMCP
by dinglebear

Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.

58 installs/wk local only
InsForge
by insforge

MCP server for InsForge BaaS — database, storage, edge functions, and deployments

461 installs/wk answering
Backblaze B2 MCP Server
by backblaze-labs

Official Backblaze B2 MCP server for buckets, files, keys, Object Lock, and S3 storage.

135 installs/wk local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
Cursor Proxmox MCP
by hackmods

Manage Proxmox VE via Cursor: QEMU, LXC, storage, HA, firewall, access.

143 installs/wk local only
MCP Context Server
by alex-feel

An MCP server that provides persistent multimodal context storage for LLM agents.

472 installs/wk local only

ProxmoxMCP-Plus — questions

Answers built from our own checks of this server.

Why is there no uptime for ProxmoxMCP-Plus?
ProxmoxMCP-Plus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package proxmox-mcp-plus was installed 1 751 times last week.
How do I connect ProxmoxMCP-Plus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls proxmox-mcp-plus straight from pypi; nothing to host, nothing to sign up for.
How many people use ProxmoxMCP-Plus?
The pypi package proxmox-mcp-plus was installed 1 751 times in the last week. Week over week that is +105%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ProxmoxMCP-Plus open source?
Yes — it is published under the MIT licence, written in Python and 540 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.