YouTube MCP Server
Related Servers
Alternatives to YouTube MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server providing YouTube transcript retrieval, video search, channel browsing, playlist extraction, and upload monitoring for AI agents.10MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with the YouTube Data API, allowing users to search videos, get video and channel details, analyze trends, and fetch video transcripts.-
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that provides YouTube data access without API keys or quotas. It enables agents to search videos, retrieve transcripts and metadata, and perform full-text search across cached content for AI context retrieval.3 npm-
- FlicenseNot gradedqualityBmaintenanceMCP server for YouTube that provides tools to fetch video metadata and transcripts, enabling natural language queries about YouTube videos.2-
- FlicenseAqualityAmaintenanceMCP server that lets you search and list YouTube channel videos, fetch video details, and extract transcripts with timestamps using natural language.5-
- AlicenseAqualityAmaintenanceA YouTube MCP server that enables AI agents to search videos, fetch transcripts, comments, and channel info, with optional API key for extra features and local semantic search via corpora.17MIT
TDQS
Scored across 31 tools
Each tool has a clearly distinct purpose. Transcript-related tools (get_full_transcript, get_transcript_chunk, get_video_transcript_preview) are differentiated by scope and use case. Semantic search tools are separated by content type. Admin and cache tools are prefixed and clearly separated from user-facing tools. No two tools appear to do the same thing.
All tool names follow a consistent snake_case convention with a verb_noun pattern (e.g., get_channel_info, search_videos, index_channel_transcripts). Even tools like health_check and is_live fit the pattern. No mixing of camelCase or other styles.
31 tools is somewhat high, but each tool serves a distinct and necessary function for a feature-rich YouTube MCP server. The count covers search, details, transcripts, comments, live streaming, semantic search, caching, admin, and testing utilities. A few tools like admin tools could be considered optional, but they are well-integrated.
The tool surface thoroughly covers read operations and semantic search for YouTube content. Missing are write operations (posting comments, etc.) and nested replies for comments, but these may be out of scope. For the stated purpose, the set is nearly complete, with only minor gaps like playlist retrieval or reply threads.