xui-mcp-server

ignaciorevuelta/xui-mcp-server
★ 0 stars JavaScript API Integration Updated today
MCP server for XUI.ONE IPTV panels: provision a server over SSH, then drive the admin and reseller APIs
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xui-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ignaciorevuelta/xui-mcp-server"
      ]
    }
  }
}