YouTube Transcript MCP
Extract YouTube transcripts and manage history via MCP
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Transcribe V2: POST /api/v2/transcribe. Fast caption-based transcript (no ASR). Use manual or auto captions only.
- List Transcripts: GET /api/v1/history. List or search user transcripts. Use search to find by video id, title, or transcript content.
- Get Transcript: GET /api/v1/transcripts/{video_id}. Get full transcript for a video.
What data it sees
Do you need an account
No: the server works without sign-in
Extract YouTube transcripts and manage history via MCP
Server tool list (5)
Raw names from tools/list. Only developers need these.
| transcribe_v2 | POST /api/v2/transcribe. Fast caption-based transcript (no ASR). Use manual or auto captions only. |
| list_transcripts | GET /api/v1/history. List or search user transcripts. Use search to find by video id, title, or transcript content. |
| get_transcript | GET /api/v1/transcripts/{video_id}. Get full transcript for a video. |
| get_stats | Get stats: credits left, transcripts created, plan, rate limit. |
| delete_transcript | POST /api/v1/transcripts/bulk-delete. Delete transcripts by ids or by video_id. |