transcriptor-mcp
Related Servers
Alternatives to transcriptor-mcp
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video transcripts and subtitles through a simple interface, making it ideal for content analysis and processing.1370 npm37MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables Claude to interact with YouTube data and functionality through the Claude Desktop application.111-
- AlicenseAqualityBmaintenanceHigh-efficiency YouTube MCP server: Get token-optimized, structured data for your LLMs using the YouTube Data API v3.891,088 npm29MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching for songs on YouTube and automatically playing them in a web browser using the official YouTube Data API v3. It supports cross-platform execution on Windows, macOS, and Linux with built-in input validation.MIT
Related Servers
- AlicenseAqualityAmaintenanceAn MCP server that extracts rich metadata (title, description, duration, chapters, subtitles, statistics, etc.) from media URLs across thousands of sites using yt-dlp, and also provides transcript fetching and search capabilities.3MIT
- 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).-
- FlicenseNot gradedqualityCmaintenanceMCP 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.-
- AlicenseNot gradedqualityCmaintenanceMCP server for fetching YouTube video transcripts without an API key.GPL 3.0
- AlicenseAqualityAmaintenanceMCP server that fetches YouTube video transcripts and optionally summarizes them. Supports multiple transcript formats (text, JSON, SRT, WebVTT), multi-language retrieval, and flexible YouTube URL parsing.637 PyPI6MIT
- AlicenseAqualityCmaintenanceMCP server for YouTubeTranscript.dev — extract transcripts, manage history, and power AI assistants with YouTube content.537 npmMIT
TDQS
Scored across 8 tools
Most tools are clearly distinct: transcript fetching, raw subtitle fetching, subtitle language listing, video metadata, chapters, frames, playlist transcripts, and search. The only potential confusion is between get_transcript and get_raw_subtitles, but their descriptions clearly separate cleaned plain text from raw SRT/VTT.
The naming follows a consistent get_<resource> pattern: get_transcript, get_raw_subtitles, get_available_subtitles, get_video_info, get_video_chapters, get_video_frame, get_playlist_transcripts, search_videos. The only deviation is search_videos, which uses a verb other than 'get', but it is still a clear and predictable pattern.
8 tools is well-scoped for a transcript/video metadata server. Each tool covers a distinct need: transcripts, raw subtitles, subtitle options, metadata, chapters, frames, playlist handling, and search. No tool feels redundant or unnecessary.
The server covers the core transcript retrieval lifecycle well: discover available subtitles, fetch raw or cleaned transcripts, paginate, and handle playlists. Minor gaps include no direct tool for downloading media or listing video comments, but these are outside the apparent transcript-focused purpose.