billd-desk

GitHub

基于Vue3 + WebRTC + Nodejs + Flutter搭建的远程桌面控制、游戏串流

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "billd-desk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-billd-desk"
      ]
    }
  }
}