Sponsored by Deepsite.site

Youtube Transcript Downloader

创建者
Abhishesh Pradhana month ago
An MCP server that gives any LLM or agent clean YouTube transcripts on demand: a single video, a whole channel, or a playlist, plus AI cleanup of auto-generated captions. API-key auth, credit-based, same backend as the public v1 API. Get a free API key with 25 free credits at youtubetranscriptdownload.com/account.
内容

What it does

Gives any MCP-compatible agent (Claude, Cursor, VS Code, ChatGPT, Codex) clean YouTube transcripts as timestamped markdown, ready to use as context. No scraping, no proxies, no YouTube rate limits to manage: the server handles the fetch and caches every result.

Tools

ToolWhat it doesCost
get_transcriptFull transcript of one video (ID or URL)1 credit
get_channel_transcriptsRecent videos from a channel, newest first (limit 1-50)1 credit per video
get_playlist_transcriptsVideos from a playlist, in order (limit 1-50)1 credit per video
polish_transcriptCleaned auto-captions: punctuation restored, filler removed, faithful to what was said~3 credits per 1,000 words (min 5)

All tools are read-only. Videos without captions fail free. Rate limit: 5 requests per 10 seconds.

Setup

Get a free API key (25 free credits, no card) at youtubetranscriptdownload.com/account, then add the server:

{
  "mcpServers": {
    "ytd": {
      "url": "https://youtubetranscriptdownload.com/api/mcp",
      "headers": { "Authorization": "Bearer ytd_sk_YOUR_KEY" }
    }
  }
}

Claude Code:

claude mcp add --transport http \
  --header "Authorization: Bearer ytd_sk_YOUR_KEY" \
  ytd https://youtubetranscriptdownload.com/api/mcp

Example output

get_transcript returns the video title, source link, timestamped text, and a credit footer:

How Transformers Work

Source: https://youtube.com/watch?v=...

[00:00:12] The transformer architecture was introduced in the 2017 paper
Attention Is All You Need by Vaswani et al.
...

---
1 credit used · 42 remaining

get_channel_transcripts and get_playlist_transcripts return one section per video, separated by dividers; videos without captions are noted and cost nothing:

Lex Fridman Podcast · 3 videos

[transcript of video 1]

---

[transcript of video 2]

---

abc123xyz: No transcript available (skipped, not charged)

---
2 credits used · 40 remaining

polish_transcript turns raw auto-captions into clean text, faithful to what was said:

Before: so um the transformer architecture was introduced uh in the
attention is all you need paper in in 2017

After:  The transformer architecture was introduced in the Attention
Is All You Need paper in 2017.

服务器配置

{
  "mcpServers": {
    "ytd": {
      "url": "https://youtubetranscriptdownload.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ytd_sk_YOUR_KEY"
      }
    }
  }
}
推荐的 MCP Server
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™
WindsurfThe new purpose-built IDE to harness magic
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Playwright McpPlaywright MCP server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Tavily Mcp
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
CursorThe AI Code Editor
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.