pve-mcp-server
Provides read-only tools for inspecting Proxmox VE resources, including VMs, LXC containers, nodes, storage, snapshots, cluster resources, backups, HA status, replication jobs, firewall rules, and more.
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., "@pve-mcp-serverList all virtual machines on the 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.
pve-mcp-server
Read-only Proxmox VE MCP server — 25 tools for VM/LXC/node/storage/cluster inspection. Single cluster per instance, stdio transport only.
Config
Copy config.example.json to ~/.pve-mcp-server/config.json
(%USERPROFILE%\.pve-mcp-server\config.json on Windows) and fill in your values:
{
"host": "pve-node.domain.local",
"port": 8006,
"token_user": "user@realm",
"token_name": "tokenname",
"token_secret": "00000000-0000-0000-0000-000000000000"
}Recommended token role: PVEAuditor (read-only) — every tool issues GET requests only.
Related MCP server: proxmox-mcp
Use via uvx (no local install)
{
"mcpServers": {
"pve": {
"command": "uvx",
"args": ["--from", "git+https://github.com/UriWise/pve-mcp-server", "pve-mcp-server"]
}
}
}Local development
uv sync
uv run pve-mcp-serverTools
pve_list_vms, pve_get_vm_disks, pve_get_storage, pve_get_snapshots, pve_get_nodes,
pve_get_vm_config, pve_get_vm_status, pve_get_cluster_resources, pve_list_lxc,
pve_get_node_status, pve_get_node_network, pve_get_node_disks, pve_get_storage_content,
pve_get_cluster_tasks, pve_get_backup_jobs, pve_get_ha_status, pve_get_replication_jobs,
pve_get_firewall_rules, pve_get_vm_agent, pve_get_vm_rrddata, pve_get_node_rrddata,
pve_get_node_services, pve_get_node_pci, pve_get_vm_pending, pve_get_node_certificates
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn open-source MCP server for managing Proxmox environments, including nodes, virtual machines, and containers. It enables users to perform inventory checks, status monitoring, and control operations directly through MCP-compatible tools.Last updated137MIT
- AlicenseAqualityBmaintenanceMinimal MCP server for Proxmox VE — 38 tools for nodes, VMs, LXC, storage, and snapshots. Read-only by default, single Docker image, multi-arch.Last updated382MIT
- AlicenseBqualityCmaintenanceA comprehensive MCP server providing 92 tools for managing Proxmox Virtual Environment, including QEMU VMs and LXC containers.Last updated921044MIT
- FlicenseBqualityCmaintenanceComprehensive MCP server for Proxmox VE with 68 tools and 4 resources covering VMs, containers, storage, networking, clusters, HA, backups, firewall, and access control.Last updated68
Related MCP Connectors
Read-only DERO blockchain MCP: 33 tools (12 composites) incl. TELA discovery + bundled docs.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/UriWise/pve-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server