Skip to main content
Glama

mcp-youtube-transcript

get_transcripts

Extract transcripts from YouTube videos by providing the video URL or ID. Specify optional language codes for multilingual transcripts or enable paragraph breaks for easier reading. Ideal for content analysis, subtitles, and processing tasks.

Instructions

Extract and process transcripts from a YouTube video.

Parameters:

  • url (string, required): YouTube video URL or ID.

  • lang (string, optional, default 'en'): Language code for transcripts (e.g. 'en', 'uk', 'ja', 'ru', 'zh').

  • enableParagraphs (boolean, optional, default false): Enable automatic paragraph breaks.

IMPORTANT: If the user does not specify a language code, DO NOT include the lang parameter in the tool call. Do not guess the language or use parts of the user query as the language code.

Input Schema

NameRequiredDescriptionDefault
enableParagraphsNoEnable automatic paragraph breaks, default `false`
langNoLanguage code for transcripts, default 'en' (e.g. 'en', 'uk', 'ja', 'ru', 'zh')en
urlYesYouTube video URL or ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enableParagraphs": { "default": false, "description": "Enable automatic paragraph breaks, default `false`", "type": "boolean" }, "lang": { "default": "en", "description": "Language code for transcripts, default 'en' (e.g. 'en', 'uk', 'ja', 'ru', 'zh')", "type": "string" }, "url": { "description": "YouTube video URL or ID", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from mcp-youtube-transcript

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

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