proxmox-mcp-server

ry-ops/proxmox-mcp-server
★ 3 stars Python 📁 File System Updated 4d ago
MCP server for managing Proxmox Virtual Environment VMs, containers, storage, and cluster resources
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-server": {
      "command": "uvx",
      "args": [
        "proxmox-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install proxmox-mcp-server

README Excerpt

<img src="https://github.com/ry-ops/proxmox-mcp-server/blob/main/proxmox-mcp-server.png" width="100%"> A Model Context Protocol (MCP) server for interacting with Proxmox Virtual Environment API. This server provides comprehensive tools for managing VMs, containers, storage, and cluster resources through the MCP interface.

Tools (20)

PROXMOX_HOSTPROXMOX_PASSWORDPROXMOX_PORTPROXMOX_TOKEN_NAMEPROXMOX_TOKEN_VALUEPROXMOX_USERPROXMOX_VERIFY_SSLautomationcreate_vm_snapshotdelete_vm_snapshotget_cluster_statusget_container_statusget_node_statusget_storage_statusget_task_statusget_vm_configget_vm_statuslist_containerslist_nodeslist_storage

Topics

aiclaudemcpmcp-serverproxmoxpythonvirtualization