proxmox-mcp

3kirt/proxmox-mcp
★ 0 stars Rust Code/Dev Tools Updated 3d ago
A read-only MCP server that exposes Proxmox VE data as tools for Claude and other MCP clients
View on GitHub → Try with Claude — $10 free →

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": "cargo",
      "args": [
        "run",
        "--",
        "proxmox-mcp"
      ]
    }
  }
}

README Excerpt

A **read-only** [MCP](https://modelcontextprotocol.io) server that exposes tools for Claude and other MCP clients. Written in Rust on top of Only `GET` endpoints are wrapped — the server cannot start, stop, create, or delete anything. For defence in depth, give the API token the **`PVEAuditor`** role so read-only is enforced server-side as well.

Tools (19)

insecureproxmox_cluster_resources_listproxmox_cluster_status_getproxmox_cluster_tasks_listproxmox_guests_findproxmox_lxc_config_getproxmox_lxc_listproxmox_lxc_status_getproxmox_nodes_listproxmox_nodes_status_getproxmox_nodes_tasks_listproxmox_qemu_config_getproxmox_qemu_listproxmox_qemu_status_getproxmox_storage_content_listproxmox_storage_listproxmox_version_gettokenurl