mcpbeat Sign in

Cursor Proxmox MCP Server

local only

Cursor Proxmox MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from pypi. Last commit 17 Aug 2026.

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

Installs per day peak 92 · avg 24 · +11% w/w
a month agotoday
143
Installs / week
pypi · cursor-proxmox-mcp
1
Stars
0 open issues
17 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 44 min ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

                    f"mkdir -p {shlex.quote(dest)} && rm -rf {shlex.quote(dest)}/*",

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Cursor Proxmox MCP and you get told the day something new turns up.

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 cursor-proxmox-mcp -- uvx cursor-proxmox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cursor-proxmox-mcp": {
      "args": [
        "cursor-proxmox-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cursor-proxmox-mcp]
command = "uvx"
args = ["cursor-proxmox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cursor-proxmox-mcp": {
      "args": [
        "cursor-proxmox-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cursor-proxmox-mcp": {
      "args": [
        "cursor-proxmox-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PROXMOX_MCP_CONFIG (Absolute path to Proxmox MCP config.json (host, token, SSL).), PROXMOX_TOKEN_VALUE (API token secret when config uses ${PROXMOX_TOKEN_VALUE}.), PROXMOX_MCP_VERBOSE (Set to 1 for verbose tool_call detail (also bumps INFO→DEBUG).), PROXMOX_MCP_LOG_LEVEL (Override logging.level (DEBUG|INFO|WARNING|ERROR).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cursor Proxmox MCP

same job, measured the same way
ProxmoxMCP-Plus
by rekklesna

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

1 751 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
Gcs
by pulsemcp

MCP server for Google Cloud Storage with fine-grained tool access control.

106 installs/wk local only
A
raccha.ai
by raccha

MCP-first toolbox for agents: KV storage, auth, queue, and utility tools. Free in early access.

59 tools answering
CloudBase
by tencentcloudbase

CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp

32 742 installs/wk answering
PO6 Mailbox
by po6

Give AI agents secure access to your email via private aliases with dedicated mailbox storage.

answering
Files Com
by mcparmory

Manage files, users, and automated workflows across cloud storage and protocols

247 installs/wk local only
Thoughts
by thoughtbox-api

An MCP server that provides read access to your cloud storage providers, bank accounts and more.

answering

Cursor Proxmox MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cursor Proxmox MCP?
Cursor Proxmox MCP 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 cursor-proxmox-mcp was installed 143 times last week.
How do I connect Cursor Proxmox MCP?
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 cursor-proxmox-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Cursor Proxmox MCP?
The pypi package cursor-proxmox-mcp was installed 143 times in the last week. Week over week that is +11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cursor Proxmox MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 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.