Skip to main content
Glama
aranej

YouTube MCP Server Enhanced

by aranej

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYYesYour YouTube Data API key (required)
YOUTUBE_TRANSCRIPT_LANGNoDefault language for transcripts (optional, defaults to 'en')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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
videos_getVideoA

Get detailed information about a YouTube video including URL

videos_searchVideosA

Search for videos on YouTube and return results with URLs

videos_getCommentsA

Get comments from a YouTube video with pagination support

transcripts_getTranscriptA

Get the transcript of a YouTube video

channels_getChannelB

Get information about a YouTube channel

channels_listVideosB

Get videos from a specific channel

playlists_getPlaylistA

Get information about a YouTube playlist

playlists_getPlaylistItemsB

Get videos in a YouTube playlist

youtube_checkAuthA

Check if OAuth is configured and we have valid credentials for write operations

youtube_getAuthUrlA

Get the OAuth authorization URL. User needs to visit this URL to authorize the app.

youtube_startAuthA

Start OAuth authentication flow. Opens a local server and waits for callback.

playlists_createB

Create a new YouTube playlist (requires OAuth authentication)

playlists_addVideoB

Add a video to a YouTube playlist (requires OAuth authentication)

playlists_addVideosB

Add multiple videos to a YouTube playlist (requires OAuth authentication)

Prompts

Interactive templates invoked by user choice

NameDescription
summarize-videoSummarize a YouTube video
analyze-channelAnalyze a YouTube channel

Resources

Contextual data attached and managed by the client

NameDescription
infoInformation about available YouTube MCP resources and how to use them

TDQS

A3.8/5.0

Scored across 14 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific YouTube resources and actions, with no overlap. For example, channels_getChannel retrieves channel info, channels_listVideos lists videos from a channel, and videos_getVideo gets video details, all serving unique functions.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern with clear resource-action pairs, such as channels_getChannel, playlists_create, and videos_searchVideos. All tools use snake_case consistently, making them predictable and easy to understand.

Tool Count5/5

With 14 tools, the set is well-scoped for YouTube operations, covering channels, playlists, videos, transcripts, comments, search, and authentication. Each tool earns its place by addressing a specific need without being excessive or insufficient.

Completeness4/5

The tool surface provides comprehensive coverage for core YouTube workflows, including CRUD operations for playlists, retrieval for channels and videos, and authentication. Minor gaps exist, such as no tools for updating or deleting playlists or videos, but agents can work around these with the available tools.

Maintenance

ActivityInactive
ResponsivenessNo issues