mcp-server-youtube-transcript

get_transcript

Extract transcript from a YouTube video URL or ID

Input Schema

NameRequiredDescriptionDefault
langYesLanguage code for transcript (e.g., 'ko', 'en')en
urlYesYouTube video URL or ID

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "en", "description": "Language code for transcript (e.g., 'ko', 'en')", "type": "string" }, "url": { "description": "YouTube video URL or ID", "type": "string" } }, "required": [ "url", "lang" ], "type": "object" }

You must be authenticated.

Other Tools