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.
In This Article
7 sectionsTo 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.
| Method | How it works | Best for | Setup |
|---|---|---|---|
| YouTube transcript panel | Open the "…more" menu, click Show transcript, copy the text | One-off videos, no tools | None |
| Transcript website | Paste the URL into a transcript site, copy the cleaned text | Cleaner text, fewer stray timestamps | None |
| Browser extension | One-click "send to Claude" from the YouTube page | Frequent summarizing in the web app | Install extension |
| Transcript MCP server | Claude fetches captions itself from a pasted URL | Claude Desktop and Claude Code users | Edit 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:
- Open the video on youtube.com in a desktop browser.
- Click …more below the title, then Show transcript. A panel opens on the right.
- (Optional) Click the three-dot icon in that panel and Toggle timestamps off for cleaner prose — leave them on if you want time codes.
- Select the whole panel and copy it (Ctrl/Cmd + C).
- In Claude, paste the text and add an instruction, for example:
Summarize this YouTube transcript in 10 bullet points. - 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.
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:
| Goal | Prompt 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 length | Rough transcript size | What to do |
|---|---|---|
| Under 20 min | ~2,000–3,000 words | Paste directly, any plan |
| 20–60 min | ~3,000–10,000 words | Paste, or attach as a .txt file |
| 1–3 hours | 10,000–25,000+ words | Split 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.
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
| Plan | Price |
|---|---|
| Free | $0 |
| Pro | $20 / month |
| Max | from $100 / month |
| API | Pay per token |
For the full breakdown of every plan, see our how much Claude costs guide.
Frequently Asked Questions

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 →





