proxmox-mcp

solomonneas/proxmox-mcp
★ 1 stars TypeScript 🔒 Security Updated 2d ago
MCP server for Proxmox VE: 12 tools across read + safe-write tiers. Token auth, multi-instance ready, TLS-insecure toggle for self-signed certs.
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": "npx",
      "args": [
        "-y",
        "solomonneas/proxmox-mcp"
      ]
    }
  }
}