Skip to content

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

License

Notifications You must be signed in to change notification settings

smithery-ai/yt-dlp-mcp

 
 

Repository files navigation

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 Dive and other MCP-compatible LLMs

Installation

  1. Install yt-dlp (Pip, Homebrew and WinGet both work great here)

yt-dlp-mcp requires the yt-dlp package. Install it based on your operating system:

Windows

winget install yt-dlp

MacOS

brew install yt-dlp

Linux

pip install yt-dlp
  1. 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%