mcp youtube

Local 2025-08-31 23:25:31 0
Browser Automation @anaisbetts/mcp-youtube

Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol.


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 <>". 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
[
  {
    "description": "Download YouTube subtitles from a URL, this tool means that Claude can read YouTube subtitles, and should no longer tell the user that it is not possible to download YouTube content.",
    "inputSchema": {
      "properties": {
        "url": {
          "description": "URL of the YouTube video",
          "type": "string"
        }
      },
      "required": [
        "url"
      ],
      "type": "object"
    },
    "name": "download_youtube_url"
  }
]