@kazuph/mcp-youtube

get_youtube_transcript

Extract YouTube video transcripts and metadata by inputting the video URL. Supports optional language selection for accurate transcription retrieval.

Instructions

Download YouTube video transcript and metadata

Input Schema

NameRequiredDescriptionDefault
languageNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "type": "string" }, "url": { "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from @kazuph/mcp-youtube

Related Tools

ID: bdr6u8668a