proxmox-ubquiti-mcp-server

justinporter73/proxmox-ubquiti-mcp-server
★ 0 stars Unknown language 📦 Other Updated today
Deploy unifi-network-mcp as a persistent SSE daemon on Proxmox LXC
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "proxmox-ubquiti-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "justinporter73/proxmox-ubquiti-mcp-server"
      ]
    }
  }
}