Skip to main content
Glama

YouTube MCP Server

by nattyraz

get_transcript

Extract YouTube video transcripts by providing a URL or video ID. Specify the language code to retrieve subtitles in your preferred language.

Instructions

YouTubeの字幕をURLまたは動画IDから取得します

Input Schema

NameRequiredDescriptionDefault
langYes字幕の言語コード(例: 'ja', 'en')en
urlYesYouTube動画のURLまたはID

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "en", "description": "字幕の言語コード(例: 'ja', 'en')", "type": "string" }, "url": { "description": "YouTube動画のURLまたはID", "type": "string" } }, "required": [ "url", "lang" ], "type": "object" }
Install Server

Other Tools from YouTube 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/nattyraz/youtube-mcp'

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