Skip to content
VS Code

YtBulkTranscript for VS Code

app.ytbulktranscript/transcripts

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

client:VS Code transport:streamable-http

Install YtBulkTranscript in VS Code

.vscode/mcp.json

{
  "servers": {
    "transcripts": {
      "type": "http",
      "url": "https://ytbulktranscript.app/mcp/{api_key}"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

YtBulkTranscript in other clients