YouTube Transcript Downloader
com.youtubetranscriptdownload/transcriptsClean YouTube transcripts for agents: single videos, channels, playlists, plus AI caption cleanup.
Tools · 4
Get the full transcript of a single YouTube video as timestamped markdown. Read-only: fetches existing captions, modifies nothing. Requires an API key; each successful call charges 1 credit, including…
Get a cleaned-up transcript of a YouTube video's auto-generated captions: punctuation and capitalisation restored, filler and false starts removed, paragraphs added, misheard names fixed, faithful to …
Get transcripts for a YouTube channel's most recent videos (newest first) as timestamped markdown, one section per video. Use for research across a creator's recent output; for one known video use get…
Get transcripts for the videos in a YouTube playlist (in playlist order) as timestamped markdown, one section per video. Use for working through a course, series, or curated list; for one known video …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"youtube_transcript_downloader": {
"url": "https://youtubetranscriptdownload.com/api/mcp",
"transport": "streamable-http"
}
}
}