youtube-dl-gui

GitHub

Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "youtube-dl-gui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-youtube-dl-gui"
      ]
    }
  }
}