Proxmox VE MCP Server
Quality Score
80
/100
Manage Proxmox VE through AI assistants
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp-pve": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<pve_base_url>",
"PVE_TOKEN_ID": "<your-pve_token_id>",
"PVE_TOKEN_SECRET": "<your-pve_token_secret>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp-pve": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<pve_base_url>",
"PVE_TOKEN_ID": "<your-pve_token_id>",
"PVE_TOKEN_SECRET": "<your-pve_token_secret>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @samik081/mcp-pveClaude Desktop (Docker)
{
"mcpServers": {
"mcp-pve": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/samik081/mcp-pve:0.6.0"
],
"env": {
"PVE_BASE_URL": "<pve_base_url>",
"PVE_TOKEN_ID": "<your-pve_token_id>",
"PVE_TOKEN_SECRET": "<your-pve_token_secret>"
}
}
}
}§02 Environment variables
PVE_BASE_URLrequired
URL of the Proxmox VE instance (e.g. https://pve.example.com:8006)
PVE_TOKEN_IDrequiredsecret
Proxmox VE API token ID (e.g. user@pam!token-name)
PVE_TOKEN_SECRETrequiredsecret
Proxmox VE API token secret
PVE_BASE_URLrequired
URL of the Proxmox VE instance (e.g. https://pve.example.com:8006)
PVE_TOKEN_IDrequiredsecret
Proxmox VE API token ID (e.g. user@pam!token-name)
PVE_TOKEN_SECRETrequiredsecret
Proxmox VE API token secret
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.