yt-sub-mcp
Related Servers
Alternatives to yt-sub-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for fetching YouTube video transcripts without an API key.GPL 3.0
- FlicenseNot gradedqualityBmaintenanceMCP server for fetching YouTube video transcripts and metadata using yt-dlp. It provides tools for transcript retrieval, subtitle listing, video info, and cookie management to bypass YouTube rate limits.-
- AlicenseAqualityAmaintenanceAn MCP server (stdio + HTTP/SSE) that fetches video transcripts/subtitles via yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, Dailymotion. Whisper fallback — transcribes audio when subtitles are unavailable (local or OpenAI API). Works with Cursor and other MCP host822MIT
- AlicenseNot gradedqualityDmaintenanceA minimalist MCP server that fetches transcripts from YouTube videos using the Supadata API.2 npmMIT
- AlicenseAqualityBmaintenanceLocal MCP server that indexes public YouTube captions into a searchable SQLite FTS5 database, enabling timestamped search and transcript retrieval without an API key.6MIT
- FlicenseNot gradedqualityDmaintenanceMCP server providing tools to fetch YouTube video transcripts with metadata, supporting direct YouTube transcripts and audio transcription via multiple backends (whisper, AssemblyAI, OpenAI, Gemini).-
TDQS
Scored across 3 tools
Each tool has a clear, distinct role: list tracks, read subtitles, and search within them. There is no overlap or ambiguity between the three operations.
All tool names follow a consistent verb_noun pattern (list_, get_, search_). The naming is uniform and predictable, with no mixed conventions.
Three tools is well-scoped for a YouTube subtitles server, covering the essential operations without unnecessary bloat. Each tool serves a necessary function.
The core operations of listing, reading, and searching subtitles are all present. A minor gap is the lack of an explicit way to select a specific subtitle track by language or ID, as get_subtitles appears to auto-pick human-written captions.