ProxmoxMCP-Plus
Rank #331io.github.RekklesNA/proxmox-mcp-plus
Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.
ProxmoxMCP-Plus is a Model Context Protocol (MCP) server published by rekklesna. It ranks #331 of 132,046 servers tracked on MCP Toplist, and its repository has 546 GitHub stars. ProxmoxMCP-Plus is listed across 3 registries — Official MCP, PulseMCP and Glama, with 31 tracked versions. It was first listed on May 23, 2025 and most recently updated on Sep 21, 2026.
Ranks ahead of 131,715 of 132,046 servers on MCP Toplist.
Use ProxmoxMCP-Plus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add proxmox-mcp-plus -e "PROXMOX_MCP_CONFIG=<your PROXMOX_MCP_CONFIG>" -e "PROXMOX_HOST=<your PROXMOX_HOST>" -e "PROXMOX_USER=<your PROXMOX_USER>" -e "PROXMOX_TOKEN_NAME=<your PROXMOX_TOKEN_NAME>" -e "PROXMOX_TOKEN_VALUE=<your PROXMOX_TOKEN_VALUE>" -e "PROXMOX_PORT=<your PROXMOX_PORT>" -e "PROXMOX_VERIFY_SSL=<your PROXMOX_VERIFY_SSL>" -e "PROXMOX_DEV_MODE=<your PROXMOX_DEV_MODE>" -e "PROXMOX_SERVICE=<your PROXMOX_SERVICE>" -e "MCP_TOOL_ALLOWLIST=<your MCP_TOOL_ALLOWLIST>" -e "MCP_TOOL_DENYLIST=<your MCP_TOOL_DENYLIST>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- uvx proxmox-mcp-plusReplace each placeholder with your own value before saving.
[mcp_servers.proxmox-mcp-plus]
command = "uvx"
args = ["proxmox-mcp-plus"]
[mcp_servers.proxmox-mcp-plus.env]
PROXMOX_MCP_CONFIG = "<your PROXMOX_MCP_CONFIG>"
PROXMOX_HOST = "<your PROXMOX_HOST>"
PROXMOX_USER = "<your PROXMOX_USER>"
PROXMOX_TOKEN_NAME = "<your PROXMOX_TOKEN_NAME>"
PROXMOX_TOKEN_VALUE = "<your PROXMOX_TOKEN_VALUE>"
PROXMOX_PORT = "<your PROXMOX_PORT>"
PROXMOX_VERIFY_SSL = "<your PROXMOX_VERIFY_SSL>"
PROXMOX_DEV_MODE = "<your PROXMOX_DEV_MODE>"
PROXMOX_SERVICE = "<your PROXMOX_SERVICE>"
MCP_TOOL_ALLOWLIST = "<your MCP_TOOL_ALLOWLIST>"
MCP_TOOL_DENYLIST = "<your MCP_TOOL_DENYLIST>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proxmox-mcp-plus": {
"command": "uvx",
"args": [
"proxmox-mcp-plus"
],
"env": {
"PROXMOX_MCP_CONFIG": "<your PROXMOX_MCP_CONFIG>",
"PROXMOX_HOST": "<your PROXMOX_HOST>",
"PROXMOX_USER": "<your PROXMOX_USER>",
"PROXMOX_TOKEN_NAME": "<your PROXMOX_TOKEN_NAME>",
"PROXMOX_TOKEN_VALUE": "<your PROXMOX_TOKEN_VALUE>",
"PROXMOX_PORT": "<your PROXMOX_PORT>",
"PROXMOX_VERIFY_SSL": "<your PROXMOX_VERIFY_SSL>",
"PROXMOX_DEV_MODE": "<your PROXMOX_DEV_MODE>",
"PROXMOX_SERVICE": "<your PROXMOX_SERVICE>",
"MCP_TOOL_ALLOWLIST": "<your MCP_TOOL_ALLOWLIST>",
"MCP_TOOL_DENYLIST": "<your MCP_TOOL_DENYLIST>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proxmox-mcp-plus": {
"command": "uvx",
"args": [
"proxmox-mcp-plus"
],
"env": {
"PROXMOX_MCP_CONFIG": "<your PROXMOX_MCP_CONFIG>",
"PROXMOX_HOST": "<your PROXMOX_HOST>",
"PROXMOX_USER": "<your PROXMOX_USER>",
"PROXMOX_TOKEN_NAME": "<your PROXMOX_TOKEN_NAME>",
"PROXMOX_TOKEN_VALUE": "<your PROXMOX_TOKEN_VALUE>",
"PROXMOX_PORT": "<your PROXMOX_PORT>",
"PROXMOX_VERIFY_SSL": "<your PROXMOX_VERIFY_SSL>",
"PROXMOX_DEV_MODE": "<your PROXMOX_DEV_MODE>",
"PROXMOX_SERVICE": "<your PROXMOX_SERVICE>",
"MCP_TOOL_ALLOWLIST": "<your MCP_TOOL_ALLOWLIST>",
"MCP_TOOL_DENYLIST": "<your MCP_TOOL_DENYLIST>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"proxmox-mcp-plus": {
"type": "stdio",
"command": "uvx",
"args": [
"proxmox-mcp-plus"
],
"env": {
"PROXMOX_MCP_CONFIG": "<your PROXMOX_MCP_CONFIG>",
"PROXMOX_HOST": "<your PROXMOX_HOST>",
"PROXMOX_USER": "<your PROXMOX_USER>",
"PROXMOX_TOKEN_NAME": "<your PROXMOX_TOKEN_NAME>",
"PROXMOX_TOKEN_VALUE": "<your PROXMOX_TOKEN_VALUE>",
"PROXMOX_PORT": "<your PROXMOX_PORT>",
"PROXMOX_VERIFY_SSL": "<your PROXMOX_VERIFY_SSL>",
"PROXMOX_DEV_MODE": "<your PROXMOX_DEV_MODE>",
"PROXMOX_SERVICE": "<your PROXMOX_SERVICE>",
"MCP_TOOL_ALLOWLIST": "<your MCP_TOOL_ALLOWLIST>",
"MCP_TOOL_DENYLIST": "<your MCP_TOOL_DENYLIST>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proxmox-mcp-plus": {
"command": "uvx",
"args": [
"proxmox-mcp-plus"
],
"env": {
"PROXMOX_MCP_CONFIG": "<your PROXMOX_MCP_CONFIG>",
"PROXMOX_HOST": "<your PROXMOX_HOST>",
"PROXMOX_USER": "<your PROXMOX_USER>",
"PROXMOX_TOKEN_NAME": "<your PROXMOX_TOKEN_NAME>",
"PROXMOX_TOKEN_VALUE": "<your PROXMOX_TOKEN_VALUE>",
"PROXMOX_PORT": "<your PROXMOX_PORT>",
"PROXMOX_VERIFY_SSL": "<your PROXMOX_VERIFY_SSL>",
"PROXMOX_DEV_MODE": "<your PROXMOX_DEV_MODE>",
"PROXMOX_SERVICE": "<your PROXMOX_SERVICE>",
"MCP_TOOL_ALLOWLIST": "<your MCP_TOOL_ALLOWLIST>",
"MCP_TOOL_DENYLIST": "<your MCP_TOOL_DENYLIST>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"proxmox-mcp-plus": {
"command": "uvx",
"args": [
"proxmox-mcp-plus"
],
"env": {
"PROXMOX_MCP_CONFIG": "<your PROXMOX_MCP_CONFIG>",
"PROXMOX_HOST": "<your PROXMOX_HOST>",
"PROXMOX_USER": "<your PROXMOX_USER>",
"PROXMOX_TOKEN_NAME": "<your PROXMOX_TOKEN_NAME>",
"PROXMOX_TOKEN_VALUE": "<your PROXMOX_TOKEN_VALUE>",
"PROXMOX_PORT": "<your PROXMOX_PORT>",
"PROXMOX_VERIFY_SSL": "<your PROXMOX_VERIFY_SSL>",
"PROXMOX_DEV_MODE": "<your PROXMOX_DEV_MODE>",
"PROXMOX_SERVICE": "<your PROXMOX_SERVICE>",
"MCP_TOOL_ALLOWLIST": "<your MCP_TOOL_ALLOWLIST>",
"MCP_TOOL_DENYLIST": "<your MCP_TOOL_DENYLIST>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RekklesNA%2Fproxmox-mcp-plus)<a href="https://mcptoplist.com/server/io.github.RekklesNA%2Fproxmox-mcp-plus"><img src="https://mcptoplist.com/badge/io.github.RekklesNA%2Fproxmox-mcp-plus.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rekklesna
Available versions (31)
| Version | Published |
|---|---|
| 0.5.19 | Sep 21, 2026 |
| 0.5.17 | Sep 16, 2026 |
| 0.5.16 | Sep 12, 2026 |
| 0.5.15 | Sep 4, 2026 |
| 0.5.14 | Aug 11, 2026 |
| 0.5.13 | Aug 10, 2026 |
| 0.5.12 | Jul 29, 2026 |
| 0.5.11 | Jul 29, 2026 |
| 0.5.10 | Jul 23, 2026 |
| 0.5.9 | Jul 16, 2026 |
| 0.5.8 | Jun 7, 2026 |
| 0.5.7 | May 30, 2026 |
| 0.5.6 | May 30, 2026 |
| 0.5.5 | May 29, 2026 |
| 0.5.4 | May 29, 2026 |
| 0.5.3 | May 27, 2026 |
| 0.5.2 | May 12, 2026 |
| 0.5.1 | May 12, 2026 |
| 0.5.0 | May 11, 2026 |
| 0.4.9 | May 9, 2026 |
| 0.4.8 | May 9, 2026 |
| 0.4.7 | May 8, 2026 |
| 0.4.6 | May 2, 2026 |
| 0.4.5 | May 1, 2026 |
| 0.4.4 | Apr 28, 2026 |
| 0.4.3 | Apr 28, 2026 |
| 0.4.2 | Apr 28, 2026 |
| 0.4.1 | Apr 25, 2026 |
| 0.4.0 | Apr 25, 2026 |
| 0.3.0 | Apr 24, 2026 |
| 0.2.1 | Apr 18, 2026 |
Frequently asked questions
- Who maintains ProxmoxMCP-Plus?
- ProxmoxMCP-Plus is maintained by rekklesna, which publishes 1 MCP server (31 total versions) tracked on MCP Toplist.
- Is ProxmoxMCP-Plus listed on the Official MCP Registry?
- Yes — ProxmoxMCP-Plus is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ProxmoxMCP-Plus have?
- MCP Toplist tracks 31 versions of ProxmoxMCP-Plus, most recently published on Sep 21, 2026.
- Where can I find the source code for ProxmoxMCP-Plus?
- The source code for ProxmoxMCP-Plus is hosted at github.com/rekklesna/proxmoxmcp-plus.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.