2025-02-11 02:43:00 +08:00
2025-02-11 02:40:43 +08:00
2025-02-11 02:40:43 +08:00
2025-02-11 02:40:43 +08:00
2025-02-11 02:40:43 +08:00
2025-02-11 02:43:00 +08:00
2025-02-11 02:40:43 +08:00

YouTube MCP Server

Uses yt-dlp to download YouTube content and connects it to LLMs via Model Context Protocol.

Features

  • Download YouTube subtitles (SRT format) for LLMs to read
  • Download YouTube videos to your Downloads folder
  • Integrates with Claude.ai and other MCP-compatible LLMs

Installation

  1. Install yt-dlp (Homebrew and WinGet both work great here)
  2. Install this via dive:
{
  "mcpServers": {
    "yt-dlp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kevinwatt/yt-dlp-mcp"
      ]
    }
  }
}

Usage Examples

Ask your LLM to:

  • "Summarize the YouTube video <>"
  • "Download this YouTube video: <>"

Manual Start

If needed, you can start the server manually:

yt-dlp-mcp

Requirements

  • yt-dlp installed and in PATH
  • Node.js 20+
  • MCP-compatible LLM service
Description
A Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Readme MIT 562 KiB
Languages
TypeScript 76.7%
JavaScript 12.1%
Python 11.2%