# legendary-gl/legendary | Model Context Protocol (MCP) Server > Legendary - A free and open-source replacement for the Epic Games Launcher - **Stars**: ⭐ 5,198 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "legendary": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-legendary" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "legendary": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-legendary" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-legendary` - **Docker**: `docker run -i --rm mcp/legendary`