Skip to main content
Glama

mcp-youtube-transcript

get_transcripts

Extract YouTube video transcripts for content analysis. Specify video URL, language, and paragraph breaks to retrieve and process subtitles efficiently.

Instructions

Extract and process transcripts from a YouTube video

Input Schema

NameRequiredDescriptionDefault
enableParagraphsNoEnable automatic paragraph breaks
langNoLanguage code for transcripts (e.g., 'en')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", "type": "boolean" }, "lang": { "default": "en", "description": "Language code for transcripts (e.g., 'en')", "type": "string" }, "url": { "description": "YouTube video URL or ID", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

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