Skip to content
Claude Desktop

YouTube Transcript Extractor for Claude Desktop

io.github.mufmo130/youtube-transcripts

Transcripts of YouTube videos, playlists and channels in any language: text, SRT, VTT or JSON.

client:Claude Desktop transport:streamable-http

Install YouTube Transcript Extractor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "youtube-transcripts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com?tools=lsso/youtube-transcript-extractor"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

YouTube Transcript Extractor in other clients