Skip to main content
Glama
sacahan

YouTube Search MCP Server

by sacahan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_DBNoRedis database number0
REDIS_HOSTNoRedis host for cachinglocalhost
REDIS_PORTNoRedis port6379
PYTHONUNBUFFEREDNoEnsure Python output is unbuffered1
MCP_SEARCH_RETRIESNoRetry attempts on search failure3
MCP_SEARCH_TIMEOUTNoSearch operation timeout in seconds15

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
youtube_searchA

搜尋 YouTube 影片。支援按關鍵字搜尋,可指定結果數量限制(1-100,預設 1)和排序方式(relevance 或 date,預設 relevance)。返回包含視頻 ID、標題、頻道、URL、觀看次數和上傳日期的完整結果。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The single tool has a clear purpose.

Naming Consistency5/5

With only one tool, naming consistency is perfect. The name 'youtube_search' follows a clear verb_noun pattern.

Tool Count3/5

The server has only one tool, which feels thin for a video platform. While it covers basic search, typical servers offer more endpoints for a richer interaction.

Completeness2/5

The server only provides search functionality. Missing features like fetching video details, channel information, or trending videos create significant gaps for a comprehensive YouTube tool.

Maintenance

ActivityInactive
ResponsivenessNo issues