MCP Directory

antonio-mello-ai/mcp-proxmox

GitHub
Cloud

Manage Proxmox VE clusters through AI assistants — VMs, containers, snapshots, templates, cloud-init, firewall, and migrations. 29 tools with two-step confirmation for destructive operations.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-proxmox

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from antonio-mello-ai/mcp-proxmox your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-proxmox": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-proxmox"
      ]
    }
  }
}

Route antonio-mello-ai/mcp-proxmox intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-proxmox

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use antonio-mello-ai/mcp-proxmox directly without routing

npx -y mcp-proxmox

New to Agent-CoreX? View setup guide →

antonio-mello-ai/mcp-proxmox MCP Server — Agent-CoreX