# AlkaidLab/foundation-sunshine | Model Context Protocol (MCP) Server > Sunshine fork: an enhanced sunshine, a self-hosted game streaming host for Moonlight with HDR10/HDR Vivid, virtual displays, advanced audio, optimized encoders, and a modern control panel. - **Stars**: ⭐ 6,412 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "foundation-sunshine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-foundation-sunshine" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "foundation-sunshine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-foundation-sunshine" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-foundation-sunshine` - **Docker**: `docker run -i --rm mcp/foundation-sunshine`