get-youtube-video-transcript-mcp

Mizstik/get-youtube-video-transcript-mcp
★ 1 stars JavaScript Code/Dev Tools Updated today
This is an MCP server which grabs transcripts/subtitles as well as the title from YouTube videos using yt-dlp.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "get-youtube-video-tr": {
      "command": "npx",
      "args": [
        "-y",
        "Mizstik/get-youtube-video-transcript-mcp"
      ]
    }
  }
}

README Excerpt

This is an MCP server which grabs transcripts/subtitles as well as the title from YouTube videos using yt-dlp. ``` git clone https://github.com/Mizstik/get-youtube-video-transcript-mcp.git cd get-youtube-video-transcript-mcp npm install ``` Then grab the yt-dlp executable from https://github.com/yt-dlp/yt-dlp/releases and place it in the cloned directory (where main.js is).

Topics

llmmcpsubtitlestranscriptvideoyoutube