proxmox-mcp
MCP server for full Proxmox VE management - VMs, containers, storage, backups, networking.
README
proxmox-mcp
MCP server for full Proxmox VE management - VMs, containers, storage, backups, networking.
Installation
pip install proxmox-mcp
Configuration
Set environment variables:
export PROXMOX_HOST=https://192.168.1.100:8006
export PROXMOX_USER=root@pam
export PROXMOX_TOKEN_NAME=mcp-token
export PROXMOX_TOKEN_VALUE=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
export PROXMOX_VERIFY_SSL=false
Usage with Claude Code
Add to your Claude MCP config:
{
"mcpServers": {
"proxmox": {
"command": "python",
"args": ["-m", "proxmox_mcp.server"],
"env": {
"PROXMOX_HOST": "https://your-proxmox:8006",
"PROXMOX_TOKEN_NAME": "your-token",
"PROXMOX_TOKEN_VALUE": "your-secret"
}
}
}
}
Available Tools
Nodes
pve_node_list- List all cluster nodespve_node_status- Get node status (CPU, memory, uptime)
Virtual Machines
pve_vm_list- List all VMspve_vm_status- Get VM statuspve_vm_config- Get VM configurationpve_vm_start- Start a VMpve_vm_stop- Graceful shutdownpve_vm_force_stop- Force power offpve_vm_restart- Restart VMpve_vm_create- Create new VMpve_vm_delete- Delete VMpve_vm_clone- Clone VM
Containers (LXC)
pve_container_list- List all containerspve_container_status- Get container statuspve_container_config- Get container configurationpve_container_start- Start containerpve_container_stop- Graceful shutdownpve_container_force_stop- Force stoppve_container_create- Create new containerpve_container_delete- Delete container
Storage
pve_storage_list- List storage poolspve_storage_content- List storage contents
Network
pve_network_list- List network interfacespve_network_vm- Get VM network config
Backups & Snapshots
pve_backup_list- List backupspve_backup_create- Create backuppve_snapshot_list- List snapshotspve_snapshot_create- Create snapshotpve_snapshot_rollback- Rollback to snapshotpve_snapshot_delete- Delete snapshot
License
MIT
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.