YouTube Transcript MCP Server

by jkawamoto
Verified

get_transcript

Retrieves the transcript of a YouTube video.

Input Schema

NameRequiredDescriptionDefault
langNoen
urlYes

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "en", "title": "Lang", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_transcriptArguments", "type": "object" }

You must be authenticated.

Other Tools