Skip to content
Grok

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

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:Grok transport:stdio runtime:pypi

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

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

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