# LizardByte/Sunshine | Model Context Protocol (MCP) Server > Self-hosted game stream host for Moonlight. - **Stars**: ⭐ 40,123 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Sunshine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sunshine" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Sunshine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Sunshine" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Sunshine` - **Docker**: `docker run -i --rm mcp/Sunshine`