Back to Apps

Proxmox MCP Go
by anthoniech
Proxmox VE management server that exposes cluster, VM, and container control to AI agents via HTTP.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects AI agents to a Proxmox Virtual Environment (PVE) cluster. It allows the AI to monitor host status, manage virtual machines and containers, handle snapshots, and oversee backups directly through the Model Context Protocol.
Tools
list_vms/list_containers: Retrieve a list of all guests on the cluster.start_guest/stop_guest: Control the power state of virtual machines and containers.create_vm/create_container: Provision new virtualized resources.create_snapshot/rollback_snapshot: Manage guest states and versions.get_cluster_status: Monitor overall health and status of the Proxmox cluster.
Installation
{
"mcpServers": {
"proxmox": {
"type": "url",
"url": "http://your-host:3001/mcp",
"headers": {
"Authorization": "Bearer your-secret-key-here"
}
}
}
}
Supported hosts
Confirmed for Claude Code and any MCP client supporting HTTP transport.
Quick install
go run main.go --config=config.yamlInformation
- Pricing
- free
- Published
- 4/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-code
{
"mcpServers": {
"proxmox": {
"type": "url",
"url": "http://your-host:3001/mcp",
"headers": {
"Authorization": "Bearer your-secret-key-here"
}
}
}
}






