Skip to content
VS Code

youtube transcripts for VS Code

io.github.johnisanerd/youtube-transcripts

YouTube transcripts, subtitles, and video metadata as structured JSON via an Apify Actor.

client:VS Code transport:streamable-http

Install youtube transcripts in VS Code

.vscode/mcp.json

{
  "servers": {
    "youtube-transcripts": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=johnvc/YoutubeTranscripts"
    }
  }
}

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

youtube transcripts in other clients