Skip to main content
Glama

YouTube Transcript DL MCP Server

by jedarden
MIT License
4

get_bulk_transcripts

Extract transcripts from multiple YouTube videos in bulk, supporting JSON, text, or SRT formats, with optional metadata and language preferences.

Instructions

Extract transcripts from multiple YouTube videos

Input Schema

NameRequiredDescriptionDefault
includeMetadataNoInclude metadata in response
languageNoLanguage code (e.g., "en", "es", "fr")en
outputFormatNoOutput formatjson
videoIdsYesArray of YouTube video IDs or URLs

Input Schema (JSON Schema)

{ "properties": { "includeMetadata": { "default": true, "description": "Include metadata in response", "type": "boolean" }, "language": { "default": "en", "description": "Language code (e.g., \"en\", \"es\", \"fr\")", "type": "string" }, "outputFormat": { "default": "json", "description": "Output format", "enum": [ "text", "json", "srt" ], "type": "string" }, "videoIds": { "description": "Array of YouTube video IDs or URLs", "items": { "type": "string" }, "type": "array" } }, "required": [ "videoIds" ], "type": "object" }
Install Server

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