All MCP servers

ProxmoxMCP-Plus

Official
by Api.Airforcestdio0243MIT

Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "proxmoxmcp-plus-imp63f40": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}