Data Collection
youtubetranscriptdownload.com
Provides transcripts and cleaned-up captions from YouTube videos.
ENDPOINT 1
https://youtubetranscriptdownload.com/api/mcp
MCP server metadata
- Name
- youtube-transcript-downloader
- Version
- 1.0.0
Known tools 4
get_transcriptGet the full transcript of a single YouTube video as timestamped markdown.
Inferred read-onlypolish_transcriptGet 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 what was said.
Inferred read-onlyget_channel_transcriptsGet transcripts for a YouTube channel's most recent videos (newest first) as timestamped markdown, one section per video.
Inferred read-onlyget_playlist_transcriptsGet transcripts for the videos in a YouTube playlist (in playlist order) as timestamped markdown, one section per video.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.youtube-transcript-downloader]
url = "https://youtubetranscriptdownload.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"youtube-transcript-downloader": {
"type": "http",
"url": "https://youtubetranscriptdownload.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: youtube-transcript-downloader
Remote MCP URL: https://youtubetranscriptdownload.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"youtube-transcript-downloader": {
"url": "https://youtubetranscriptdownload.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"youtube-transcript-downloader": {
"type": "http",
"url": "https://youtubetranscriptdownload.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "youtube-transcript-downloader",
"transport": "streamable-http",
"url": "https://youtubetranscriptdownload.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.