app.ytbulktranscript/transcripts — Model Context Protocol (MCP) Server
The app.ytbulktranscript/transcripts MCP server fetches YouTube video transcripts individually or in bulk. It provides operations named get_transcript for single-video transcript retrieval and get_bulk_transcripts for bulk fetching.
🛠️ Key Features
- Fetch YouTube transcripts individually
- Fetch YouTube transcripts in bulk
- Tools:
get_transcript,get_bulk_transcripts
🚀 Use Cases
- Retrieve a single YouTube video transcript for analysis or summarization
- Pull multiple transcripts at once for batch processing workflows
⚡ Developer Benefits
- Two dedicated transcript retrieval methods: single and bulk
- Predictable access pattern aligned to YouTube transcript fetching
⚠️ Limitations
- Description provided does not include supported formats, authentication, rate limits, or transcript availability constraints