# greatghoul/remote-working | Model Context Protocol (MCP) Server > 收集整理远程工作相关的资料 - **Stars**: ⭐ 11,685 - **Language**: Ruby - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "remote-working": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-remote-working" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "remote-working": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-remote-working" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-remote-working` - **Docker**: `docker run -i --rm mcp/remote-working`