MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Media & Content
  4. /Yt Dlp Mcp
Yt Dlp Mcp

Yt Dlp Mcp

作成者 kevinwatt•16 hours ago
サイトを訪問する

A Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.

Media & Content
yt-dlpMCPservervideoaudio

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

  1. Click “+ Add MCP Server” in Dive Desktop
  2. Copy and paste this configuration:
{
  "mcpServers": {
    "yt-dlp": {
      "command": "npx",
      "args": [
        "-y",
        "@kevinwatt/yt-dlp-mcp"
      ]
    }
  }
}
  1. Click “Save” to install the MCP server

Tool Documentation

  • search_videos

    • Search for videos on YouTube using keywords
    • Inputs:
      • query (string, required): Search keywords or phrase
      • maxResults (number, optional): Maximum number of results to return (1-50, default: 10)
  • 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 video
      • language (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 video
      • resolution (string, optional): Video resolution (‘480p’, ‘720p’, ‘1080p’, ‘best’). Defaults to ‘720p’
      • startTime (string, optional): Start time for trimming (format: HH:MM:SS[.ms]) - e.g., ‘00:01:30’ or ‘00:01:30.500’
      • endTime (string, optional): End time for trimming (format: HH:MM:SS[.ms]) - e.g., ‘00:02:45’ or ‘00:02:45.500’
  • 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
  • download_transcript

    • Download and clean video subtitles to produce a plain text transcript without timestamps or formatting
    • Inputs:
      • url (string, required): URL of the video
      • language (string, optional): Language code (e.g., ‘en’, ‘zh-Hant’, ‘ja’). Defaults to ‘en’

Usage Examples

Ask your LLM to:

"Search for Python tutorial videos"
"Find JavaScript courses and show me the top 5 results"
"Search for machine learning tutorials with 15 results"
"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=..."
"Get a clean transcript of this video: https://youtube.com/watch?v=..."
"Download Spanish transcript from this video: https://youtube.com/watch?v=..."

Manual Start

If needed, start the server manually:

npx @kevinwatt/yt-dlp-mcp

Requirements

  • Node.js 20+
  • yt-dlp in system PATH
  • MCP-compatible LLM service

Documentation

  • API Reference{:target=“_blank”}
  • Configuration{:target=“_blank”}
  • Error Handling{:target=“_blank”}
  • Contributing{:target=“_blank”}

License

MIT

Author

Dewei Yen

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Media & Contentの知識

おすすめのサーバー

Claude Debugs For You

Claude Debugs For You

Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension

Deepseek Thinking Claude 3.5 Sonnet Cline Mcp

Deepseek Thinking Claude 3.5 Sonnet Cline Mcp

🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context between interactions.

Mcp Deepwebresearch

Mcp Deepwebresearch

Enhanced MCP server for deep web research

もっと見る → →

詳細

作成日

August 02, 2025

最終更新日

August 02, 2025

カテゴリー

Media & Content

作成者

kevinwatt

シェアする

もっと見る

Mcp Server Restart

Mcp Server Restart

Restarts Claude Desktop after mcp-server installation

Js Sandbox Mcp Server

Js Sandbox Mcp Server

Mcp Browser Use

Mcp Browser Use

Wecom Bot Mcp Server

Wecom Bot Mcp Server

A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). This server provides a standardized interface for handling automated messaging and context-aware interactions within enterprise WeChat environments.