mcp-youtube-transcript

by sinco-lab
Verified

get_transcripts

Extract and process transcripts from a YouTube video

Input Schema

NameRequiredDescriptionDefault
enableParagraphsNoEnable automatic paragraph breaks
langNoLanguage code for transcripts (e.g., 'en')en
urlYesYouTube video URL or ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enableParagraphs": { "default": false, "description": "Enable automatic paragraph breaks", "type": "boolean" }, "lang": { "default": "en", "description": "Language code for transcripts (e.g., 'en')", "type": "string" }, "url": { "description": "YouTube video URL or ID", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools