Skip to main content
Glama

YouTube Transcript MCP Server

get_transcript

Extract YouTube video transcripts in your preferred language by providing the video URL. Supports pagination for lengthy transcripts to simplify text retrieval and processing.

Instructions

Retrieves the transcript of a YouTube video.

Input Schema

NameRequiredDescriptionDefault
langNoThe preferred language for the transcripten
next_cursorNoCursor to retrieve the next page of the transcript
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" }, "next_cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Cursor to retrieve the next page of the transcript", "title": "Next Cursor" }, "url": { "description": "The URL of the YouTube video", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_transcriptArguments", "type": "object" }

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