YouTube Transcript MCP
Extracts transcripts from YouTube videos in multiple URL formats and languages with timestamps.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-28
This MCP server fetches YouTube video transcripts without requiring API keys, making it straightforward for research and content analysis. The maintainer Kim Taeyoon appears to be a solo developer with a modest GitHub presence, which introduces some bus factor risk. The permissions model is quite safe: it only makes outbound network calls to YouTube's public transcript endpoints and performs read-only operations. The package is distributed via npm with proper versioning, though the repository shows limited maintenance activity and sparse documentation. No security incidents are known. The narrow scope (transcript fetching only) limits attack surface considerably. Overall, this is a useful tool with reasonable supply chain hygiene, but the solo maintainer and thin documentation mean you should monitor for continued maintenance.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREETranscript text is user-uploaded. Outbound to YouTube on each pull. Mild but not zero.
Green flags
- Very narrow scope: read-only transcript fetching limits attack surface
- No API keys or credentials required reduces secret management risk
- Distributed via npm with semantic versioning
- No known security incidents or malicious behaviour
- Handles multiple YouTube URL formats cleanly
Red flags
- Solo maintainer with limited GitHub activity raises bus factor concerns
- Repository documentation is sparse beyond basic setup instructions
- No visible test suite or CI/CD pipeline in the repository
- Limited community adoption signals (few stars, forks, or issues)
Permissions requested
Install
npx -y @smithery/cli install @kimtaeyoon83/mcp-server-youtube-transcript --client claude
Review
Install this if you regularly summarise or quote from YouTube videos and want to skip the manual transcription step. It's fast, requires no setup, and works well for research and content workflows. Skip it if you need transcription accuracy beyond what YouTube's captions provide.
Good at
- No API key or authentication required, unlike the official YouTube Data API.
- Handles multiple YouTube URL formats without manual parsing.
- Returns timestamps alongside text, useful for jumping back to specific moments.
- Language selection works when videos have multiple caption tracks.
- Zero-config install via Smithery CLI, works immediately in Claude Desktop.
Watch out
- Only fetches existing captions, so videos without them are out of reach.
- Auto-generated captions can be inaccurate, and you can't correct them through the MCP.
- Read-only tool, no editing or export options beyond what Claude provides.
- Hosts beyond Claude Desktop require manual config setup.
Use cases
- video summarisation
- research from talks
- content repurposing
- accessibility workflows
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.