proxmox-mcp

nrohozen/proxmox-mcp
★ 0 stars Python API Integration Updated today
MCP server exposing a Proxmox VE node/cluster as clean tools (read, power, reconfigure, snapshots, backups) for Claude Code/Desktop
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": "uvx",
      "args": [
        "proxmox-mcp"
      ]
    }
  }
}

Or install with pip: pip install proxmox-mcp

README Excerpt

A small [MCP](https://modelcontextprotocol.io) server that exposes a Proxmox VE node/cluster as tools any MCP client (Claude Code, Claude Desktop) can call — so instead of hand-writing `curl` against the Proxmox REST API, the assistant calls clean tools like `list_guests` or `start_guest`. **Scope:** read, power control, limited reconfigure (CPU/memory), plus

Tools (5)

PROXMOX_BASE_URLPROXMOX_TOKEN_IDPROXMOX_TOKEN_SECRETPROXMOX_VERIFY_TLSqemu

Topics

claudehomelabinfrastructuremcpmodel-context-protocolproxmox