# jely2002/youtube-dl-gui | Model Context Protocol (MCP) Server > Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript. - **Stars**: ⭐ 8,179 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "youtube-dl-gui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-youtube-dl-gui" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "youtube-dl-gui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-youtube-dl-gui" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-youtube-dl-gui` - **Docker**: `docker run -i --rm mcp/youtube-dl-gui`