yt-dlp-mcp
An MCP server implementation that integrates with yt-dlp, providing video and audio content download capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs.
Features
- Subtitles: Download subtitles in SRT format for LLMs to read
- Video Download: Save videos to your Downloads folder with resolution control
- Audio Download: Save audios to your Downloads folder
- Privacy-Focused: Direct download without tracking
- MCP Integration: Works with Dive and other MCP-compatible LLMs
Installation
Prerequisites
Install yt-dlp based on your operating system:
# Windows
winget install yt-dlp
# macOS
brew install yt-dlp
# Linux
pip install yt-dlp
With Dive Desktop
- Click “+ Add MCP Server” in Dive Desktop
- Copy and paste this configuration:
{
"mcpServers": {
"yt-dlp": {
"command": "npx",
"args": [
"-y",
"@kevinwatt/yt-dlp-mcp"
]
}
}
}
- Click “Save” to install the MCP server
Tool Documentation
list_subtitle_languages
- List all available subtitle languages and their formats for a video (including auto-generated captions)
- Inputs:
url(string, required): URL of the video
download_video_subtitles
- Download video subtitles in any available format. Supports both regular and auto-generated subtitles
- Inputs:
url(string, required): URL of the videolanguage(string, optional): Language code (e.g., ‘en’, ‘zh-Hant’, ‘ja’). Defaults to ‘en’
download_video
- Download video to user’s Downloads folder
- Inputs:
url(string, required): URL of the videoresolution(string, optional): Video resolution (‘480p’, ‘720p’, ‘1080p’, ‘best’). Defaults to ‘720p’
download_audio
- Download audio in best available quality (usually m4a/mp3 format) to user’s Downloads folder
- Inputs:
url(string, required): URL of the video
Usage Examples
Ask your LLM to:
"List available subtitles for this video: https://youtube.com/watch?v=..."
"Download a video from facebook: https://facebook.com/..."
"Download Chinese subtitles from this video: https://youtube.com/watch?v=..."
"Download this video in 1080p: https://youtube.com/watch?v=..."
"Download audio from this YouTube video: https://youtube.com/watch?v=..."
Manual Start
If needed, start the server manually:
npx @kevinwatt/yt-dlp-mcp
Requirements
- Node.js 20+
yt-dlpin system PATH- MCP-compatible LLM service
Documentation
- API Reference
- Configuration
- Error Handling
- Contributing
License
MIT
Author
Dewei Yen
YouTube MCP Server
Project Details
- kevinwatt/yt-dlp-mcp
- @kevinwatt/yt-dlp-mcp
- MIT License
- Last Updated: 4/20/2025
Recomended MCP Servers
AnalyticDB for MySQL MCP Server
MCP server(s) for Aipolabs ACI.dev
MCP tool that lets Cline inquire about a code base
MCP server implementation for Google's Gemini API
MCP server provides feishu related operations
Implementation of Anthropic's MCP protocol for Firebird databases.
Model Context Protocol Server for Safely Executing Pre-approved Commands
All-in-one infrastructure for search, recommendations, RAG, and analytics offered via API
MCP server for aiding with literature reviews
Supabase MCP Server enabling Cursor & Windsurf to use any method from Management API and query your database
为 Cursor、Windsurf、Cline 和其他 AI 驱动的编码工具提供访问飞书文档的能力,基于 Model Context Protocol 服务器实现。





