Skip to main content
Glama

mcp-server-youtube-transcript

by kimtaeyoon83

get_transcript

Retrieve transcripts from YouTube videos using a video URL or ID. Specify the language code to extract captions or subtitles, enabling easy access to video content for analysis or reference.

Instructions

Extract transcript from a YouTube video URL or ID

Input Schema

NameRequiredDescriptionDefault
langYesLanguage code for transcript (e.g., 'ko', 'en')en
urlYesYouTube video URL or ID

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "en", "description": "Language code for transcript (e.g., 'ko', 'en')", "type": "string" }, "url": { "description": "YouTube video URL or ID", "type": "string" } }, "required": [ "url", "lang" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-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/kimtaeyoon83/mcp-server-youtube-transcript'

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