Proxmox VE MCP Server
Rank #3,590io.github.Samik081/mcp-pve
Manage Proxmox VE through AI assistants
Proxmox VE MCP Server is a Model Context Protocol (MCP) server published by samik081. It ranks #3,590 of 115,591 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. Proxmox VE MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 112,001 of 115,591 servers on MCP Toplist.
Use Proxmox VE MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-pve -e "PVE_BASE_URL=<your PVE_BASE_URL>" -e "PVE_TOKEN_ID=<your PVE_TOKEN_ID>" -e "PVE_TOKEN_SECRET=<your PVE_TOKEN_SECRET>" -- npx -y @samik081/mcp-pveReplace each placeholder with your own value before saving.
claude mcp add mcp-pve -e "PVE_BASE_URL=<your PVE_BASE_URL>" -e "PVE_TOKEN_ID=<your PVE_TOKEN_ID>" -e "PVE_TOKEN_SECRET=<your PVE_TOKEN_SECRET>" -- docker run -i --rm ghcr.io/samik081/mcp-pve:0.8.0Replace each placeholder with your own value before saving.
[mcp_servers.mcp-pve]
command = "npx"
args = ["-y", "@samik081/mcp-pve"]
[mcp_servers.mcp-pve.env]
PVE_BASE_URL = "<your PVE_BASE_URL>"
PVE_TOKEN_ID = "<your PVE_TOKEN_ID>"
PVE_TOKEN_SECRET = "<your PVE_TOKEN_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-pve]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/samik081/mcp-pve:0.8.0"]
[mcp_servers.mcp-pve.env]
PVE_BASE_URL = "<your PVE_BASE_URL>"
PVE_TOKEN_ID = "<your PVE_TOKEN_ID>"
PVE_TOKEN_SECRET = "<your PVE_TOKEN_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-pve:0.8.0"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-pve:0.8.0"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-pve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-pve": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-pve:0.8.0"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-pve:0.8.0"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pve": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/samik081/mcp-pve:0.8.0"
],
"env": {
"PVE_BASE_URL": "<your PVE_BASE_URL>",
"PVE_TOKEN_ID": "<your PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<your PVE_TOKEN_SECRET>"
}
}
}
}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.Samik081%2Fmcp-pve)<a href="https://mcptoplist.com/server/io.github.Samik081%2Fmcp-pve"><img src="https://mcptoplist.com/badge/io.github.Samik081%2Fmcp-pve.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
samik081
Other servers by samik081
- Authentik MCP Server#6,662 · 6 vers
- Komodo MCP Server#6,677 · 6 vers
- AdGuard Home MCP Server#7,130 · 6 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.8.0 | Aug 13, 2026 |
| 0.6.0 | Apr 9, 2026 |
| 0.5.0 | Apr 8, 2026 |
| 0.4.8 | Mar 17, 2026 |
| 0.4.7 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Proxmox VE MCP Server?
- Proxmox VE MCP Server is maintained by samik081, which publishes 4 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Proxmox VE MCP Server listed on the Official MCP Registry?
- Yes — Proxmox VE MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Proxmox VE MCP Server have?
- MCP Toplist tracks 6 versions of Proxmox VE MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for Proxmox VE MCP Server?
- The source code for Proxmox VE MCP Server is hosted at github.com/samik081/mcp-pve.