Skip to content
InnovateTechie
Claude Use Cases

How to Get a YouTube Transcript for Claude

InnovateTechieBy InnovateTechie9 min read
Share
How to Get a YouTube Transcript for Claude

Part ofClaude AI Features: The Complete Overview

Getting a YouTube transcript into Claude lets you summarize, analyze, and take notes on any video. Here are the methods, the best prompts, and the limits.

To get a YouTube transcript for Claude, open the video's transcript panel (the three-dot menu under the title), copy the caption text, and paste it into Claude with a prompt like "Summarize this transcript." Claude can't watch video, so it works from the transcript text — a browser extension or a transcript MCP server automates the same handoff.

We summarize YouTube videos with Claude constantly: conference talks we don't have 45 minutes for, tutorials we want as searchable notes, competitor webinars we need the gist of. The catch is that Claude reads text, not footage. Once you know how to move the transcript across, a two-hour talk becomes a tight summary in seconds. This guide covers every method to get a YouTube transcript for Claude, the exact prompts we use, and where long videos hit a wall.

Why Claude can't watch a YouTube video

Claude is a large language model. It reasons over the text you give it — it has no eyes or ears, so it can't watch the footage or listen to the audio of a Claude YouTube video the way you can. Paste a raw youtube.com/watch?v=... link on its own and, in most cases, nothing useful happens: the model has no built-in player, and on most surfaces no live access to that page's hidden caption track.

The transcript is the bridge. Almost every YouTube video with captions — auto-generated or human-uploaded — carries a text track of everything said on screen. Hand Claude that text and it can summarize, quote, fact-check, outline, and answer questions with the same skill it brings to any document. So the real task isn't "make Claude watch YouTube." It's "get the transcript out of YouTube and into Claude." Everything below is a way to do exactly that.

How to get a YouTube transcript for Claude

There are four reliable ways to get a YouTube transcript for Claude, from a zero-tools manual copy to a fully automated connection. Pick based on how often you do this and whether you're in the Claude web app, Claude Desktop, or Claude Code.

MethodHow it worksBest forSetup
YouTube transcript panelOpen the "…more" menu, click Show transcript, copy the textOne-off videos, no toolsNone
Transcript websitePaste the URL into a transcript site, copy the cleaned textCleaner text, fewer stray timestampsNone
Browser extensionOne-click "send to Claude" from the YouTube pageFrequent summarizing in the web appInstall extension
Transcript MCP serverClaude fetches captions itself from a pasted URLClaude Desktop and Claude Code usersEdit config, restart

The manual panel is the simplest way to get a YouTube transcript for Claude, and it works on every plan including the free one. The website and extension routes just make the copy cleaner or faster. The MCP route removes the copy entirely — more on that below.

Step-by-step: paste a YouTube transcript into Claude

Here's the exact sequence we use to paste a YouTube transcript into Claude with nothing installed:

  1. Open the video on youtube.com in a desktop browser.
  2. Click …more below the title, then Show transcript. A panel opens on the right.
  3. (Optional) Click the three-dot icon in that panel and Toggle timestamps off for cleaner prose — leave them on if you want time codes.
  4. Select the whole panel and copy it (Ctrl/Cmd + C).
  5. In Claude, paste the text and add an instruction, for example: Summarize this YouTube transcript in 10 bullet points.
  6. Send. Claude reads the transcript and answers.

That's the whole loop. From here you can keep asking follow-up questions in the same thread — "what did they say about pricing?", "quote the part about hiring" — and Claude answers from the text it already has.

Steps to get a YouTube transcript for Claude — open the captions panel, copy the text, paste it into Claude

The best prompts to summarize YouTube with Claude

Once you have a YouTube transcript for Claude, the prompt decides what you get back — the raw text alone is just a wall. These are the four we reach for most when we summarize YouTube with Claude:

GoalPrompt to paste after the transcript
Fast summary"Summarize this transcript in 8 bullet points, plain English."
Key takeaways"List the 5 main arguments and the evidence given for each."
Timestamped outline"Build a timestamped outline so I can jump to each section."
Study notes"Turn this into study notes: definitions, key concepts, and 5 quiz questions."

Two habits sharpen the output. First, tell Claude the audience and length up front ("for a busy exec, under 150 words") instead of editing after. Second, if you want time codes in the answer, keep YouTube's timestamps switched on when you copy — Claude can only map topics to times that exist in the text you paste. Strip them out and it has nothing to anchor to.

Automate it with an MCP server or Claude Code

If you do this weekly, copy-paste gets old. The most hands-off way to get a YouTube transcript for Claude is to let the model fetch it — two automations remove the manual step entirely.

A transcript MCP server. The Model Context Protocol lets Claude Desktop call external tools; Anthropic documents the setup in the Claude Code MCP docs, and the same server config works in Claude Desktop. Add a YouTube transcript MCP server such as kimtaeyoon83/mcp-server-youtube-transcript to your config, restart Claude, then paste a URL and ask it to fetch and summarize — no manual copy at all. If you'd rather not edit JSON, Claude connectors expose the same kind of external integrations through a point-and-click setup.

Claude Code with a CLI. Inside Claude Code you can run yt-dlp to write a video's captions straight to a .md file, then let the agent read or grep that file. This is ideal for long videos, because the transcript lives on disk instead of filling the chat. Wrapping the command in a Claude Code skill turns "get me the transcript for this URL" into one repeatable step. The same fetch-then-reason trick powers non-code research in Claude Cowork, Anthropic's agent for knowledge work.

Limits: long videos and the context window

The one real constraint on getting a YouTube transcript for Claude is length, and transcripts get big fast. Speech runs roughly 130–160 words per minute, so a one-hour video is 8,000–10,000 words — and a three-hour podcast can blow past what fits in a single message.

Video lengthRough transcript sizeWhat to do
Under 20 min~2,000–3,000 wordsPaste directly, any plan
20–60 min~3,000–10,000 wordsPaste, or attach as a .txt file
1–3 hours10,000–25,000+ wordsSplit into parts, or use file upload / MCP

Claude's context window is large, but a very long transcript can still overflow a single paste or bump the upload limit. For marathon videos we split the transcript in half, summarize each part, then ask Claude to merge the two summaries into one. Dropping the transcript into a Claude Project also keeps it available across a whole thread of follow-up questions without re-pasting it each time.

A YouTube transcript MCP server connected to Claude Desktop, fetching captions from a pasted video URL

Getting a YouTube transcript for Claude is one of the most useful Claude AI features for research and study, and once you've done it a single time the whole thing takes under a minute. Copy the captions, paste, prompt — or wire up an MCP server and skip even that.

According to Anthropic's documentation, Claude cannot open a video URL directly, but it reads a pasted transcript comfortably within its context window on models up to Opus 4.8.

Claude pricing at a glance

PlanPrice
Free$0
Pro$20 / month
Maxfrom $100 / month
APIPay per token

For the full breakdown of every plan, see our how much Claude costs guide.

Frequently Asked Questions

Yes, once you give it the text. Claude can't watch video or open the link on its own, but paste the transcript — or connect a YouTube transcript MCP server — and it reads, summarizes, and answers questions about the content just like any document. Share the URL and the fetched captions, then ask.

Claude can't watch the actual footage — it has no video player and doesn't process audio. It works entirely from the transcript. Connect a YouTube MCP server and Claude gains transcript analysis in every session, pulling the captions and reasoning over what was said, but the raw video itself is never something it sees.

Popular picks are kimtaeyoon83/mcp-server-youtube-transcript for pulling captions and Firecrawl's firecrawl-mcp for scraping pages. Both add a "fetch this URL's transcript" capability to Claude Desktop. Remote, zero-install MCP servers also exist and work across desktop, mobile, and web, so you can skip local config entirely if you prefer.

Free routes work well. Copy YouTube's auto-generated captions straight into Claude's free plan and prompt for a summary, use a no-signup transcript site like Glasp, or add the free "YouTube Summary with ChatGPT & Claude" Chrome extension. All three get the text in without paying for anything.

Short videos are trivial; marathon ones need care. A 20-minute talk is roughly 3,000 words and pastes fine. A three-hour podcast can top 25,000 words and may exceed a single message or the upload limit. Split it into parts, summarize each, then ask Claude to merge the summaries.

Yes, if the transcript includes them. Keep YouTube's timestamps switched on when you copy the panel, then prompt "Build a timestamped outline of the main sections." Claude maps each topic to its time code so you can jump straight to the moment you care about. Strip the timestamps and it can't invent accurate ones.

No. Pasting a transcript into the free claude.ai plan and asking for a summary costs nothing. You only need a paid plan or API credits for Claude Code, where you'd script yt-dlp to pull captions. For casual summarizing, the free web app plus copied captions is all it takes.
InnovateTechie

Written by

InnovateTechie

Writing about Claude and the Anthropic toolkit — models, Claude Code, pricing, features, and fixes, in clear, practical, hands-on guides tested by daily use.

View all posts →