Back to MCP Servers

Youtube

Fetch YouTube subtitles

other-tools-and-integrations
By anaisbetts
53262Updated 2 weeks agoJavaScriptMIT

Installation

npx -y mcp-youtube

Configuration

{
  "mcpServers": {
    "mcp-youtube": {
      "command": "npx",
      "args": ["-y", "mcp-youtube"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

YouTube MCP Server

Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol. Try it by asking Claude, "Summarize the YouTube video <<URL>>". Requires yt-dlp to be installed locally e.g. via Homebrew.

How do I get this working?

  1. Install yt-dlp (Homebrew and WinGet both work great here)
  2. Now, install this via mcp-installer, use the name @anaisbetts/mcp-youtube
View source on GitHub