mcp-server-proxmox
Allows managing Proxmox VE nodes, virtual machines, and LXC containers, including listing, monitoring, and power operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-proxmoxList all VMs on the Proxmox cluster."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for Proxmox VE
A Model Context Protocol (MCP) server for Proxmox Virtual Environment that enables AI assistants to manage virtual machines, containers, nodes, and resources through natural language interactions.
๐ Features
Node Management: List and monitor Proxmox cluster nodes
VM Operations: Start, stop, and monitor virtual machines
Container Management: Manage LXC containers
Status Monitoring: Real-time status information for nodes, VMs, and containers
Secure Authentication: Support for both password and API token authentication
Multi-Node Support: Works with single nodes or full Proxmox clusters
Related MCP server: io.github.AIops-tools/proxmox-aiops
๐ Prerequisites
Node.js 18.0.0 or higher
Proxmox VE 7.0+ with API access
Valid Proxmox credentials (username/password or API token)
๐ ๏ธ Installation
From Source
git clone https://github.com/heybearc/mcp-server-proxmox.git
cd mcp-server-proxmox
npm install
npm run buildFrom NPM (Coming Soon)
npm install -g mcp-server-proxmoxโ๏ธ Configuration
Environment Variables
Create a .env file or set the following environment variables:
# Proxmox Server Configuration
PROXMOX_HOST=your-proxmox-host.com
PROXMOX_PORT=8006
PROXMOX_USERNAME=root
PROXMOX_REALM=pam
# Authentication Method 1: Password
PROXMOX_PASSWORD=your-password
# Authentication Method 2: API Token (Recommended)
PROXMOX_TOKEN=your-api-token
PROXMOX_TOKEN_NAME=your-token-name
# SSL Configuration
PROXMOX_VERIFY_SSL=trueMCP Client Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"proxmox": {
"command": "node",
"args": ["/path/to/mcp-server-proxmox/dist/index.js"],
"env": {
"PROXMOX_HOST": "your-proxmox-host.com",
"PROXMOX_USERNAME": "root",
"PROXMOX_TOKEN": "your-api-token",
"PROXMOX_TOKEN_NAME": "your-token-name"
}
}
}
}Other MCP Clients
Refer to your MCP client's documentation for server configuration.
๐ง Available Tools
Tool | Description | Parameters |
| List all Proxmox nodes | None |
| List virtual machines |
|
| List LXC containers |
|
| Get VM status details |
|
| Start a virtual machine |
|
| Stop a virtual machine |
|
| Get node status details |
|
๐ก Usage Examples
With AI Assistant
"Show me all VMs on my Proxmox cluster"
"Start VM 100 on node pve1"
"What's the status of my Proxmox nodes?"
"List all containers on node pve2"Direct API Usage
# Start the server
npm start
# The server communicates via stdio using MCP protocol๐ Security
API Token Setup (Recommended)
Log into Proxmox web interface
Go to Datacenter โ Permissions โ API Tokens
Create a new token with appropriate permissions
Use the token in your configuration
Required Permissions
VM.Audit- View VM informationVM.PowerMgmt- Start/stop VMsSys.Audit- View node informationDatastore.Audit- View storage information
๐งช Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run tests
npm test
# Lint code
npm run lint
# Format code
npm run format๐ค Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Related Projects
๐ Support
๐ Report Issues
๐ฌ Discussions
๐ง Contact
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/heybearc/mcp-server-proxmox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server