proxmox-mcp

uaawafox/proxmox-mcp
★ 1 stars Python 📁 File System Updated today
MCP server for Proxmox VE — VM lifecycle, node monitoring, storage, and container management via Model Context Protocol
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