YouTube MCP
Related Servers
Alternatives to YouTube MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI tools to access YouTube content, including transcript extraction, video/channel info, and search.413 npmMIT
- AlicenseAqualityBmaintenanceEnables AI assistants to search YouTube, fetch transcripts, and get AI summaries of videos without API keys.354 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to search videos, retrieve transcripts and metadata, analyze channels, and access trending and engagement analytics for YouTube content.36 npm-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search videos, read channels, browse playlists, fetch comments, and get transcripts from YouTube using the YouTube Data API v3 and InnerTube API for captions.2GPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search videos, channels, and playlists, retrieve video metadata, transcripts, and comments via the YouTube Data API v3.71MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to access live YouTube data, including video search, transcripts, analytics, competitor research, SEO metadata, and creator monetization insights through the YouTube Data API and RSS feeds.332MIT
TDQS
Scored across 19 tools
Most tools are clearly separated by resource type (videos, channels, playlists, comments, captions) and action (list vs get vs search). A few overlaps exist: get_video_metadata's mostPopular mode duplicates list_trending_videos, and list_video_comments vs list_comment_replies may require careful reading to tell top-level threads from replies.
Tool names consistently use snake_case verb_noun patterns: list_* for collection retrieval, get_* for specific resources/metadata, with search_content and revoke_oauth_token as readable exceptions. The naming makes the resource and action predictable across the whole set.
At 19 tools, the set sits in the borderline-heavy 16-25 range. Each tool has a clear job, but some could be consolidated (e.g., merging mostPopular handling into list_trending_videos, or separating auth/membership tools into another server).
The set covers the read-oriented YouTube workflow thoroughly: search, video/channel/playlist metadata, comments, captions/transcripts, categories, and channel organization. It lacks write operations such as uploading videos, creating playlists, or posting comments, but those appear outside the server's apparent research-focused intent.