# libretro/RetroArch | Model Context Protocol (MCP) Server > Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. - **Stars**: ⭐ 13,491 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "RetroArch": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-RetroArch" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "RetroArch": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-RetroArch" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-RetroArch` - **Docker**: `docker run -i --rm mcp/RetroArch`