Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

get-youtube-transcript

Extract YouTube video transcripts with options for timestamps and preferred language using Dumpling AI MCP Server. Ideal for content processing and data analysis tasks.

Instructions

Extract transcripts from YouTube videos with optional parameters for timestamps and language preferences.

Input Schema

NameRequiredDescriptionDefault
includeTimestampsNoWhether to include timestamps
preferredLanguageNoPreferred language code
timestampsToCombineNoNumber of timestamps to combine
videoUrlYesURL of the YouTube video

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeTimestamps": { "default": true, "description": "Whether to include timestamps", "type": "boolean" }, "preferredLanguage": { "description": "Preferred language code", "type": "string" }, "timestampsToCombine": { "description": "Number of timestamps to combine", "type": "number" }, "videoUrl": { "description": "URL of the YouTube video", "format": "uri", "type": "string" } }, "required": [ "videoUrl" ], "type": "object" }

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/Dumpling-AI/mcp-server-dumplingai'

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