Skip to main content
Glama

@kazuph/mcp-youtube

by kazuph

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-youtube'

If you have feedback or need assistance with the MCP directory API, please join our Discord server