# galaxy-s10/billd-desk | Model Context Protocol (MCP) Server > 基于Vue3 + WebRTC + Nodejs + Flutter搭建的远程桌面控制、游戏串流 - **Stars**: ⭐ 6,661 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "billd-desk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-billd-desk" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "billd-desk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-billd-desk" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-billd-desk` - **Docker**: `docker run -i --rm mcp/billd-desk`