Skip to main content
Glama
kmprograms

YouTube Transcripts MCP Server

by kmprograms

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_YT_LOG_LEVELNoLogging level, e.g. DEBUG, INFO, WARNING.INFO
MCP_YT_DEFAULT_LANGUAGESNoDefault list of transcript languages in order of preference.["en"]
MCP_YT_REQUEST_TIMEOUT_SECONDSNoHard timeout for each network request in seconds.20.0

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
get_transcriptA

Pobiera transkrypcję filmu YouTube. W argumencie video podaj adres URL filmu albo jego 11-znakowy identyfikator. Opcjonalnie podaj listę kodów języków w kolejności preferencji, na przykład ["pl", "en"]. Zwraca tekst transkrypcji oraz metadane, w tym język i liczbę fragmentów.

list_transcriptsA

Zwraca listę transkrypcji dostępnych dla filmu YouTube, bez pobierania ich treści. Przydatne, gdy chcesz najpierw sprawdzić, w jakich językach istnieje transkrypcja.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve clearly distinct purposes: one fetches full transcript content, the other lists available transcripts without content. No overlap.

Naming Consistency5/5

Both tools follow a consistent verb_noun snake_case pattern: get_transcript and list_transcripts.

Tool Count4/5

Two tools is minimal but appropriate for a focused read-only transcript service. Could add more but not needed.

Completeness5/5

The tool set covers the essential operations: listing available transcripts and retrieving one. No gaps for the stated purpose.

Maintenance

ActivityStale
ResponsivenessNo issues