ProxmoxMCP

ProxmoxMCP

Enterprise MCP server for Proxmox VE, offering 298 tools to manage VMs, containers, storage, cluster, firewall, and more via natural language.

Category
Visit Server

README

Enterprise Proxmox VE Model Context Protocol (MCP) Server

An enterprise-grade, high-performance Model Context Protocol (MCP) server for Proxmox VE, built with TypeScript, Bun, and the Elysia framework.

It absorbs all 285 tools from the reference Python implementation and adds enhanced guest command execution capabilities and high-value enterprise management tools (totaling 298 tools).


📖 Complete Documentation Links

  • 🚀 Getting Started & Integration Guide — Step-by-step installation, API Token configuration, Stdio mode setup for Claude Desktop/Cursor, and Elysia SSE server setup.
  • 🛠️ Complete 298 Tools Reference Guide — Comprehensive reference listing all 298 tools with parameter tables, types, required arguments, and descriptions grouped by domain.

🌟 Key Features

  • ⚡ Bun & Elysia Powered: Ultra-fast execution, native TypeScript support, and low memory consumption.
  • 🛠️ 298 Enterprise MCP Tools: Full coverage across 11 Proxmox VE domains:
    • access: Users, Groups, Roles, Permissions, Tokens, ACLs, TFA, Auth Domains.
    • backup: Jobs, schedules, included volumes, and manual backup triggers.
    • cluster: Cluster status, resources, tasks, logs, replication, metrics, options.
    • firewall: Node/Cluster/VM/LXC firewall rules, aliases, IP sets, security groups.
    • ha: High Availability status, manager, resources, groups.
    • lxc: Container management, creation, migration, snapshots, firewall, plus lxc_exec_sync.
    • nodes: Status, config, DNS, network interfaces, storage, services, APT updates, RRD stats, system journal, certificates, task logs, Physical Disks, SMART Health, ZFS & LVM Pools, PCI & USB Passthrough Discovery, Task Cancellation, Bulk Operations.
    • pools: Resource pools and ACME (Let's Encrypt) certificates.
    • qemu: Virtual machine lifecycle, snapshots, cloud-init, cloning, migration, plus vm_agent_exec_sync and Auto Base64 File Read/Write.
    • sdn: Software Defined Networks (VNets, zones, subnets, controllers, IPAM, DNS).
    • storage: Storage status, config, content, ISO upload, volume allocation/deletion.
  • 🚀 Corrected & Enhanced Guest Command Execution:
    • Synchronous Wait (vm_agent_exec_sync): Automatically polls exec-status until command completion, returning stdout, stderr, and exitcode in a single tool call.
    • Auto Base64 Decoding: Base64-encoded out-data and err-data from QEMU guest agent are automatically decoded into clean UTF-8 text strings.
    • Smart Shell Formatting: Automatically wraps string commands with shell execution (/bin/sh -c) so pipes, redirects, and quotes work out-of-the-box.
    • LXC Guest Command Execution (lxc_exec_sync): Brand new execution capability inside LXC containers.
  • 🔒 Enterprise Security & Auth:
    • Dual Auth: API Tokens (PROXMOX_TOKEN_NAME + PROXMOX_TOKEN_VALUE) or User Passwords (PROXMOX_USER + PROXMOX_PASSWORD with automatic ticket renewal).
    • Read-Only Mode (PROXMOX_READ_ONLY=true) to prevent write/destructive operations.
    • TLS Verification Control (PROXMOX_VERIFY_SSL=false for self-signed certificates).
  • 📡 Dual MCP Transport:
    • Stdio Transport: Integrated for Cursor, Claude Desktop, VS Code, and CLI clients.
    • Elysia HTTP & SSE Transport: Real-time Server-Sent Events MCP endpoint at /sse, health check at /health, and metrics at /metrics.

🚀 Quick Start

Installation & Development

# Clone the repository
git clone https://github.com/your-org/proxmox-mcp.git
cd proxmox-mcp

# Install dependencies using Bun
bun install

# Run unit tests
bun test

# Type check
bun run typecheck

# Start Elysia HTTP/SSE server in development mode
bun dev

# Build production bundle
bun run build

📄 License

MIT License.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured