YouTube Downloader
Integrates with YouTube using yt-dlp to enable downloading of videos and subtitles for content analysis and processing tasks.
Featured
View Source57 stars
0 tools
Created Aug 2025
@kevinwatt/kevinwatt-youtube-downloader-yt-dlp-mcpAbout
Integrates with YouTube using yt-dlp to enable downloading of videos and subtitles for content analysis and processing tasks.
Categories
general
Installation
npm
npm install @kevinwatt/kevinwatt-youtube-downloader-yt-dlp-mcp
Configuration
{
"mcpServers": {
"kevinwatt-youtube-downloader-yt-dlp-mcp": {
"command": "npx",
"args": [
"-y",
"@kevinwatt/kevinwatt-youtube-downloader-yt-dlp-mcp"
]
}
}
}