sinco-lab/mcp-youtube-transcript
If you are the rightful owner of mcp-youtube-transcript and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that enables retrieval of transcripts from YouTube videos, providing direct access to video transcripts through a simple interface.
Tools
Functions exposed to the LLM to take actions
get_transcripts
Extract and process transcripts from a YouTube video.
Parameters:
url
(string, required): YouTube video URL or ID.lang
(string, optional, default 'en'): Language code for transcripts (e.g. 'en', 'uk', 'ja', 'ru', 'zh').enableParagraphs
(boolean, optional, default false): Enable automatic paragraph breaks.
IMPORTANT: If the user does not specify a language code, DO NOT include the lang
parameter in the tool call. Do not guess the language or use parts of the user query as the language code.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client