Skip to content
Cursor

Proximo — the Proxmox MCP you can hand the keys for Cursor

io.github.john-broadway/proximo-proxmox

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

client:Cursor transport:stdio runtime:pypi

Install Proximo — the Proxmox MCP you can hand the keys in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "proximo-proxmox": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "proximo-proxmox"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Proximo — the Proxmox MCP you can hand the keys in other clients