yt-dlp-mcp
yt-dlp と統合し、LLM にビデオおよびオーディオ コンテンツのダウンロード機能 (YouTube、Facebook、Tiktok など) を提供する MCP サーバー実装。
特徴
字幕: LLMが読めるようにSRT形式の字幕をダウンロードします
ビデオダウンロード: 解像度を制御しながらビデオをダウンロードフォルダに保存します
オーディオダウンロード: オーディオをダウンロードフォルダに保存します
プライバシー重視:追跡なしの直接ダウンロード
MCP統合: Diveおよびその他のMCP互換LLMと連携
インストール
前提条件
ご使用のオペレーティング システムに応じてyt-dlpをインストールします。
ダイブデスクトップ
Diveデスクトップで「+ MCPサーバーを追加」をクリックします。
次の設定をコピーして貼り付けます。
「保存」をクリックしてMCPサーバーをインストールします
ツールドキュメント
字幕言語リスト
動画で利用可能なすべての字幕言語とその形式(自動生成された字幕を含む)を一覧表示します
入力:
url(文字列、必須): ビデオのURL
ビデオ字幕をダウンロード
利用可能なあらゆる形式でビデオの字幕をダウンロードできます。通常の字幕と自動生成字幕の両方に対応しています。
入力:
url(文字列、必須): ビデオのURLlanguage(文字列, オプション): 言語コード (例: 'en', 'zh-Hant', 'ja')。デフォルトは 'en'
ビデオをダウンロード
ビデオをユーザーのダウンロードフォルダにダウンロードする
入力:
url(文字列、必須): ビデオのURLresolution(文字列, オプション): ビデオ解像度 ('480p', '720p', '1080p', 'best')。デフォルトは '720p'
ダウンロードオーディオ
最高の品質(通常は m4a/mp3 形式)でオーディオをユーザーのダウンロード フォルダーにダウンロードします。
入力:
url(文字列、必須): ビデオのURL
使用例
LLM に次のことを依頼してください。
手動スタート
必要に応じて、サーバーを手動で起動します。
要件
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