Skip to main content
Glama

YouTube Transcript DL MCP Server

by jedarden
MIT License
0
2

get_transcript

Extract YouTube video transcripts in text, JSON, or SRT format by providing the video ID or URL. Supports multiple languages for accurate transcript retrieval.

Instructions

Extract transcript from a single YouTube video

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
languageNoLanguage code (e.g., "en", "es", "fr")en
videoIdYesYouTube video ID or URL

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Output format", "enum": [ "text", "json", "srt" ], "type": "string" }, "language": { "default": "en", "description": "Language code (e.g., \"en\", \"es\", \"fr\")", "type": "string" }, "videoId": { "description": "YouTube video ID or URL", "type": "string" } }, "required": [ "videoId" ], "type": "object" }

Other Tools from YouTube Transcript DL 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/jedarden/yt-transcript-dl-mcp'

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