Enhanced Proxmox MCP server with 70+ tools for comprehensive infrastructure management, security automation, and lab orchestration
{
"mcpServers": {
"proxmox": {
"env": {
"PROXMOX_HOST": "your-host",
"PROXMOX_USER": "root@pam",
"PROXMOX_TOKEN_NAME": "token-name",
"PROXMOX_TOKEN_VALUE": "token-value"
},
"command": "proxmox-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
115 Specialized Tools for Comprehensive Proxmox VE Management via Model Context Protocol
Is it safe?
No known CVEs for proxmox-mcp-enhanced.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 177 days ago. 8 stars.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
11 tools. ~400 tokens (0.2% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'proxmox-mcp-enhanced' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
OverviewProxmox MCP Enhanced provides a complete Model Context Protocol (MCP) server implementation for managing Proxmox Virtual Environment (VE) infrastructure. With 115 specialized tools covering every aspect of Proxmox administration, this server enables AI assistants and automation systems to perform complex virtualization tasks seamlessly.
Features### 🎯 115 Specialized Tools
Installation### Via pip
Configuration### Environment Variables
Architecture### Project Structure
Development### Running Tests
Contributing1. Fork the repository
Roadmap- [x] Complete implementation of all 115 tools (✅ Done!)
LicenseMIT License - see [LICENSE](LICENSE) file for details.
Support- 📧 Email: support@proxmox-mcp.dev
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Proxmox Mcp Enhanced and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
115 Specialized Tools for Comprehensive Proxmox VE Management via Model Context Protocol
Proxmox MCP Enhanced provides a complete Model Context Protocol (MCP) server implementation for managing Proxmox Virtual Environment (VE) infrastructure. With 115 specialized tools covering every aspect of Proxmox administration, this server enables AI assistants and automation systems to perform complex virtualization tasks seamlessly.
Dict[str, Any]pip install proxmox-mcp-enhanced
git clone https://github.com/yourusername/proxmox-mcp-enhanced.git
cd proxmox-mcp-enhanced
pip install -e .
Create a .env file or set these environment variables:
# Required - Host configuration
PROXMOX_HOST=your-proxmox-host.example.com
PROXMOX_USER=root@pam
# Authentication (choose one method)
# Option 1: API Token (recommended)
PROXMOX_TOKEN_NAME=your-token-name
PROXMOX_TOKEN_VALUE=your-token-value
# Option 2: Password
PROXMOX_PASSWORD=your-password
# Optional settings
PROXMOX_PORT=8006 # Default: 8006
PROXMOX_VERIFY_SSL=true # Default: true
Add to your MCP client configuration:
{
"mcpServers": {
"proxmox": {
"command": "proxmox-mcp",
"env": {
"PROXMOX_HOST": "your-host",
"PROXM
... [View full README on GitHub](https://github.com/chajus1/proxmox-mcp-enhanced#readme)