Skip to main content
Glama

DeepSRT MCP Server

Official
by DeepSRT

get_transcript

Extract a YouTube video transcript with timestamps in a preferred language using a simple input of video ID or URL. Ideal for generating accurate subtitles or captions.

Instructions

Get transcript for a YouTube video with timestamps

Input Schema

NameRequiredDescriptionDefault
langNoPreferred language code for captions (default: en)en
videoIdYesYouTube video ID or full YouTube URL

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "en", "description": "Preferred language code for captions (default: en)", "type": "string" }, "videoId": { "description": "YouTube video ID or full YouTube URL", "type": "string" } }, "required": [ "videoId" ], "type": "object" }
Install Server

Other Tools from DeepSRT 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/DeepSRT/deepsrt-mcp'

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