proxmox-mcp

ahmetem/proxmox-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Local MCP server for managing Proxmox VE clusters from Claude Desktop. Token-auth, 15 tools, GPL v3.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "proxmox-mcp": {
      "command": "uvx",
      "args": [
        "proxmox-mcp"
      ]
    }
  }
}

Or install with pip: pip install proxmox-mcp