pve-mcp-server
Read-only Proxmox VE MCP server providing 25 tools for VM, LXC, node, storage, and cluster inspection via stdio transport.
README
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.
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-server
Tools
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
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.