Skip to main content
Glama
PraveenKishore

YouTube Transcript MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_youtube_transcriptB

Tool to fetch the transcript of a YouTube video.

:param video_id: The unique identifier of the YouTube video. :param lang_code: The language code for the transcript (default is 'en' for English). :param format: The desired output format of the transcript; either 'text' or 'json'. :return: The transcript in the specified format.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no risk of confusion between tools. The tool's purpose is clearly defined.

Naming Consistency5/5

With a single tool, naming consistency is inherent. The name 'fetch_youtube_transcript' uses clear snake_case and is descriptive.

Tool Count3/5

A single tool for fetching YouTube transcripts is appropriate for a focused service, but the tool surface is minimal and may be considered thin for broader use cases.

Completeness4/5

The tool covers the primary function of fetching transcripts with language and format options. No additional operations like listing or searching are expected for a transcript-only server, so gaps are minor.

Maintenance

ActivityInactive
ResponsivenessNo issues