Skip to main content
Glama

YouTube Transcript MCP Server

get_transcript

Extract and retrieve transcripts from YouTube videos in your preferred language using the provided video URL, enabling easy integration for processing and analysis.

Instructions

Retrieves the transcript of a YouTube video.

Input Schema

NameRequiredDescriptionDefault
langNoThe preferred language for the transcripten
urlYesThe URL of the YouTube video

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "en", "description": "The preferred language for the transcript", "title": "Lang", "type": "string" }, "url": { "description": "The URL of the YouTube video", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_transcriptArguments", "type": "object" }

You must be authenticated.

Other Tools from YouTube Transcript MCP Server

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/jkawamoto/mcp-youtube-transcript'

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