Desktop app to download audio/video from hundreds of sites
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ytDownloader": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ytDownloader"
]
}
}
}