Skip to main content
Glama

YouTube MCP Server

transcripts_getTranscript

Retrieve the transcript of a YouTube video by specifying its video ID and optional language code. Use this tool to access video content text for analysis, translation, or accessibility purposes.

Instructions

Get the transcript of a YouTube video

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage code for the transcript
videoIdYesThe YouTube video ID

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Language code for the transcript", "type": "string" }, "videoId": { "description": "The YouTube video ID", "type": "string" } }, "required": [ "videoId" ], "type": "object" }

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/ZubeidHendricks/youtube-mcp-server'

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