# tonhowtf/omniget | Model Context Protocol (MCP) Server > Download Udemy and Hotmart courses, YouTube videos, music and books — 1,800+ sites, no terminal. Free open-source desktop app for Windows, macOS and Linux, with a built-in course player, PDF/EPUB reader and music library. Powered by yt-dlp. Your files stay on your computer. - **Stars**: ⭐ 8,106 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "omniget": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-omniget" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "omniget": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-omniget" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-omniget` - **Docker**: `docker run -i --rm mcp/omniget`