Skip to content
Claude Desktop

YtBulkTranscript for Claude Desktop

app.ytbulktranscript/transcripts

Fetch YouTube video transcripts individually or in bulk via get_transcript and get_bulk_transcripts.

client:Claude Desktop transport:streamable-http

Install YtBulkTranscript in Claude Desktop

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

{
  "mcpServers": {
    "transcripts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ytbulktranscript.app/mcp/{api_key}"
      ]
    }
  }
}

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

YtBulkTranscript in other clients