youtube-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZYTE_API_KEY | No | Optional Zyte proxy API key to avoid YouTube blocking |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_videosB | 키워드로 YouTube 동영상을 검색합니다. |
| get_videoA | 동영상 ID 또는 URL로 YouTube 동영상 상세를 조회합니다. |
| get_videosA | 여러 동영상 ID 또는 URL로 YouTube 동영상을 일괄 조회합니다. |
| search_channelsC | 키워드로 YouTube 채널을 검색합니다. |
| get_channelA | 채널 ID, @핸들, 또는 URL로 YouTube 채널 정보를 조회합니다. |
| get_channel_videosC | 채널의 최근 동영상 목록을 조회합니다. |
| get_playlistB | 재생목록 ID 또는 URL로 YouTube 재생목록 정보를 조회합니다. |
| get_playlist_itemsB | 재생목록에 포함된 동영상 목록을 조회합니다. |
| get_video_commentsB | 동영상의 인기 댓글 또는 최신 댓글을 조회합니다. |
| api_statusA | YouTube 스크래핑 상태, 요청 횟수, Zyte 프록시 사용 여부를 확인합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct resource or action (status, channel, channel videos, playlist, playlist items, video, video comments, batch videos, search channels, search videos) with no overlaps.
All tool names follow a consistent verb_noun pattern (get_*, search_*) except api_status which is a single status check. Naming is predictable and uniform.
10 tools is perfectly scoped for YouTube data retrieval: covering channels, videos, playlists, comments, search, and status. No unnecessary tools.
The surface covers all major read operations for YouTube: channel info, channel videos, playlist info, playlist items, video details (single and batch), comments, and search for both channels and videos.