Skip to main content
Glama
878787ya

YouTube Comments MCP Server

by 878787ya

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYYesYour YouTube API key (required for accessing YouTube Data API v3)

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_commentsA

Fetch public comments for a YouTube video and return a JSON string. Args: videoUrl: Full YouTube video URL. order: "relevance" (default) or "time". max: Max total comments to return (100–1000 建議).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools.

Naming Consistency5/5

A single tool named 'fetch_comments' follows a clear and consistent verb_noun pattern.

Tool Count3/5

One tool is borderline; it is appropriate for a highly focused purpose, but most servers benefit from at least a few related tools.

Completeness2/5

The server only provides fetching of comments, lacking common operations like replying, deleting, or retrieving replies, which are expected for a YouTube Comments server.

Maintenance

ActivityInactive
ResponsivenessNo issues