Skip to main content
Glama

@kazuph/mcp-youtube

by kazuph

get_youtube_transcript

Extract and download YouTube video transcripts and metadata by providing the video URL and optional language preference. Ideal for content analysis, accessibility, or research.

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" }

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