mcpbeat Sign in

Proximo — the Proxmox MCP you can hand the keys MCP Server

local only

Proximo — the Proxmox MCP you can hand the keys runs on your own machine — the client starts it, so there is no endpoint to ping. 2 311 installs a week from pypi. Last commit 21 Sep 2026.

The Proxmox MCP you can hand the keys: VE/PBS/PMG/PDM. Plan, prove, undo, diagnose. MCP/A2A/API.

Installs per day peak 982 · avg 293 · +49% w/w
a month agotoday
2 311
Installs / week
pypi · proximo-proxmox
48
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 8 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.

    (re.compile(r"\bcrontab\b[^&|;]*-r\b", re.I), "crontab -r"),
        return os.path.join(session_dir, f"{session}.token")
        out = subprocess.run([ssh, "-G", "--", target], capture_output=True, text=True,  # noqa: S603
    (re.compile(r"\b(?:mv|cp|tee)\b[^&|;]*(?:/etc/|/dev/|\.ssh/)", re.I), "write to sensitive path"),

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

Alternatives to Proximo — the Proxmox MCP you can hand the keys

same job, measured the same way
Youtube
by pipeworx-io

YouTube MCP — wraps the YouTube Data API v3 (BYO API key)

41 tools answering
substack-ops
by 06ketan

Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys.

77 installs/wk local only
Fat Heron Developer Platform
by fatheron

MCP control plane for AI developers managing customer mail, DNS, projects, keys, and diagnostics.

answering
Censys
by pipeworx-io

Censys MCP — internet-scan search over the Censys Platform API (censys.com)

39 tools answering
Pullpush MCP
by pullpush

Connect any two APIs and keep them in sync — 48 MCP tools with shadow previews and diagnostics.

65 installs/wk answering
FileToPDF
by filetopdf

Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.

35 installs/wk 4 tools answering
Trial Balance
by theluckystrike

Prove your books balance: every debit and credit for a month, to the minor unit.

local only
portview
by mapika

See what's on your ports, the processes behind them, and diagnose conflicts and leaks.

local only

Proximo — the Proxmox MCP you can hand the keys — questions

Answers built from our own checks of this server.

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