yt-dlp-mcp
与 yt-dlp 集成的 MCP 服务器实现,为 LLM 提供视频和音频内容下载功能(例如 YouTube、Facebook、Tiktok 等)。
特征
字幕:下载 SRT 格式的字幕,供法学硕士阅读
视频下载:将视频保存到您的下载文件夹并控制分辨率
音频下载:将音频保存到您的下载文件夹
注重隐私:直接下载,无需追踪
MCP 集成:与 Dive 和其他兼容 MCP 的 LLM 兼容
安装
先决条件
根据您的操作系统安装yt-dlp :
使用Dive Desktop
在 Dive Desktop 中点击“+ 添加 MCP 服务器”
复制并粘贴此配置:
点击“保存”安装 MCP 服务器
工具文档
列出字幕语言
列出视频所有可用的字幕语言及其格式(包括自动生成的字幕)
输入:
url(字符串,必需):视频的 URL
下载视频字幕
下载任何可用格式的视频字幕。支持常规字幕和自动生成的字幕
输入:
url(字符串,必需):视频的 URLlanguage(字符串,可选):语言代码(例如,'en'、'zh-Hant'、'ja')。默认为 'en'
下载视频
将视频下载到用户的下载文件夹
输入:
url(字符串,必需):视频的 URLresolution(字符串,可选):视频分辨率('480p'、'720p'、'1080p'、'best')。默认为 '720p'
下载音频
将最佳质量的音频(通常为 m4a/mp3 格式)下载到用户的下载文件夹
输入:
url(字符串,必需):视频的 URL
使用示例
要求你的法学硕士:
手动启动
如果需要,请手动启动服务器:
要求
Node.js 20+
系统 PATH 中的
yt-dlpMCP 兼容的 LLM 服务
文档
执照
麻省理工学院
作者
颜德伟
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
通过模型上下文协议将“yt-dlp”与 LLM 连接起来,允许用户下载 YouTube 内容并将其与 Dive 和其他与 MCP 兼容的 LLM 集成。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityUses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol.Last updated -1143453MIT License
- -security-license-qualityAn MCP server that enables LLMs to search YouTube, retrieve video information, and access video transcripts through standardized tools.
YDB MCPofficial
Asecurity-licenseAqualityModel Context Protocol server for YDB databases that enables AI-powered database operations and natural language interactions with YDB instances from any LLM that supports MCP.Last updated -522Apache 2.0- Asecurity-licenseAqualityA Model Context Protocol server that provides unified access to multiple LLM APIs including ChatGPT, Claude, and DeepSeek, allowing users to call different LLMs from MCP-compatible clients and combine their responses.Last updated -7168MIT License