YouTube MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Allows downloading videos and audio content from Facebook

  • Allows downloading videos and audio content from TikTok

  • Allows downloading videos, audio content and subtitles from YouTube

yt-dlp-mcp

yt-dlp と統合し、LLM にビデオおよびオーディオ コンテンツのダウンロード機能 (YouTube、Facebook、Tiktok など) を提供する MCP サーバー実装。

特徴

  • 字幕: LLMが読めるようにSRT形式の字幕をダウンロードします
  • ビデオダウンロード: 解像度を制御しながらビデオをダウンロードフォルダに保存します
  • オーディオダウンロード: オーディオをダウンロードフォルダに保存します
  • プライバシー重視:追跡なしの直接ダウンロード
  • MCP統合: Diveおよびその他のMCP互換LLMと連携

インストール

前提条件

ご使用のオペレーティング システムに応じてyt-dlpをインストールします。

# Windows winget install yt-dlp # macOS brew install yt-dlp # Linux pip install yt-dlp

ダイブデスクトップ

  1. Diveデスクトップで「+ MCPサーバーを追加」をクリックします。
  2. 次の設定をコピーして貼り付けます。
{ "mcpServers": { "yt-dlp": { "command": "npx", "args": [ "-y", "@kevinwatt/yt-dlp-mcp" ] } } }
  1. 「保存」をクリックしてMCPサーバーをインストールします

ツールドキュメント

  • 字幕言語リスト
    • 動画で利用可能なすべての字幕言語とその形式(自動生成された字幕を含む)を一覧表示します
    • 入力:
      • url (文字列、必須): ビデオのURL
  • ビデオ字幕をダウンロード
    • 利用可能なあらゆる形式でビデオの字幕をダウンロードできます。通常の字幕と自動生成字幕の両方に対応しています。
    • 入力:
      • url (文字列、必須): ビデオのURL
      • language (文字列, オプション): 言語コード (例: 'en', 'zh-Hant', 'ja')。デフォルトは 'en'
  • ビデオをダウンロード
    • ビデオをユーザーのダウンロードフォルダにダウンロードする
    • 入力:
      • url (文字列、必須): ビデオのURL
      • resolution (文字列, オプション): ビデオ解像度 ('480p', '720p', '1080p', 'best')。デフォルトは '720p'
  • ダウンロードオーディオ
    • 最高の品質(通常は m4a/mp3 形式)でオーディオをユーザーのダウンロード フォルダーにダウンロードします。
    • 入力:
      • url (文字列、必須): ビデオのURL

使用例

LLM に次のことを依頼してください。

"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=..."

手動スタート

必要に応じて、サーバーを手動で起動します。

npx @kevinwatt/yt-dlp-mcp

要件

  • Node.js 20以上
  • システム PATH 内のyt-dlp
  • MCP対応LLMサービス

ドキュメント

ライセンス

マサチューセッツ工科大学

著者

デウェイ・イェン

-
security - not tested
A
license - permissive license
-
quality - not tested

モデル コンテキスト プロトコルを介して 'yt-dlp' を LLM に接続し、ユーザーが YouTube コンテンツをダウンロードして、Dive やその他の MCP 互換 LLM と統合できるようにします。

  1. Features
    1. Installation
      1. Prerequisites
      2. With Dive Desktop
    2. Tool Documentation
      1. Usage Examples
        1. Manual Start
          1. Requirements
            1. Documentation
              1. License
                1. Author
                  ID: 0nvr1xbmpk