Skip to main content
Glama
arrrggghhh

YouTube Transcript MCP Server

by arrrggghhh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_TRANSCRIPT_FETCHER_LANGSNoComma-separated list of language codes for transcript preferences. The server will attempt to fetch transcripts in the order specified.ko,en

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_transcriptD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as retrieving transcripts, leaving no room for misselection.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (get_transcript), and since there is only one tool, consistency is inherently perfect with no deviations to assess.

Tool Count2/5

A single tool is too few for a server focused on YouTube transcripts, as it lacks essential operations like searching, listing, or managing transcripts. This minimal scope will likely cause agent failures due to incomplete functionality.

Completeness1/5

The tool set is severely incomplete for the domain of YouTube transcripts. It only provides retrieval (get_transcript) with no support for operations like search, list, update, or delete, creating significant gaps that will hinder agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues