Odel
proxmox mcp

proxmox mcp

Local
@nandi-servicesTypeScriptMITUpdated 3w ago

MCP server for Proxmox VE management (VM, LXC, nodes)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnandi-proxmox-mcpv0.3.3

Run

npx -y nandi-proxmox-mcp

MCP client config

{
  "mcpServers": {
    "proxmox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nandi-proxmox-mcp"
      ]
    }
  }
}