youtube-context-mcp
Related Servers
Alternatives to youtube-context-mcp
No user-submitted related servers found.
Related Servers
- 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-
- AlicenseBqualityDmaintenanceAn MCP server designed to fetch transcripts for YouTube videos. It enables AI tools to access video text content for tasks like summarization, analysis, and key takeaway extraction.174MIT
- FlicenseBqualityDmaintenanceAn MCP server that extracts transcripts, metadata, and summaries from YouTube videos across various URL formats including Shorts and standard links. It provides comprehensive video data and insights for analysis within MCP-compatible environments.3-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives AI assistants a local YouTube memory: transcribe videos, store and search transcripts, follow subscriptions, and generate summaries, timestamped highlights, and digests, all on your machine with no cloud or API keys.7MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that extracts YouTube video transcripts (including metadata) as Markdown, enabling AI to summarize and discuss video content without watching it.MIT
- AlicenseAqualityDmaintenanceMCP server that lets AI agents search YouTube and fetch transcripts.23MIT
TDQS
Scored across 7 tools
Each tool targets a clearly distinct concern: transcript retrieval, transcript listing, metadata, replayed peaks, a single frame, a preview sheet, and link building. Even the two visual tools are unambiguous because one captures one moment while the other makes a timeline overview.
The naming is mostly predictable with get_ for retrieval, list_ for enumeration, and build_ for the link helper. The slight inconsistency is that build_video_link breaks the get_/list_ pattern, but it is still a sensible verb for its purpose.
Seven tools is well-scoped for a YouTube context server. Each tool covers a distinct aspect of getting information from a video, and none feel redundant or unnecessary.
The surface covers the core needs for answering questions about a YouTube video: textual transcript, available languages, metadata, engagement peaks, and visual context. There are no obvious dead ends; visual tools complement transcript and metadata tools well.