Video Transcriber MCP Server
Related Servers
Alternatives to Video Transcriber MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables downloading videos from platforms like YouTube and converting them to text using OpenAI Whisper and ffmpeg. It supports multiple output formats including TXT, JSON, SRT, and VTT for transcriptions.26 npmISC
- AlicenseNot gradedqualityAmaintenanceEnables high-performance, offline transcription of videos from 1000+ platforms and local files using whisper.cpp, with support for multiple model sizes, languages, and output formats over stdio or HTTP.17Apache 2.0
- AlicenseAqualityAmaintenanceEnables transcription of videos and audio from 1000+ platforms (YouTube, Bilibili, TikTok, etc.) using subtitle extraction first, then local Whisper transcription, with support for long videos, async tasks, and Chinese ASR optimization.42MIT
- AlicenseNot gradedqualityDmaintenanceA service that extracts and transcribes audio content from videos across 1000+ streaming websites including YouTube, Bilibili, TikTok, and Twitter, supporting multiple transcription providers like Deepgram, Gladia, Speechmatics, and AssemblyAI.29MIT
- AlicenseNot gradedqualityCmaintenanceTranscribes YouTube videos or audio files to Markdown, plain-text, and Word documents.MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to transcribe audio and video from URLs or local files with high accuracy, speaker diarization, 119 languages, and word-level timestamps, while also supporting transcription management and caption export in SRT, WebVTT, or plain text.1468 npm11MIT
TDQS
Scored across 8 tools
The transcription and dependency/site-listing tools are clearly distinct. The transcript management tools (list_transcripts, get_latest_transcript, delete_transcript, cleanup_old_transcripts, delete_all_transcripts) are mostly distinct, though get_latest_transcript and list_transcripts could overlap slightly in purpose.
Tool names follow a consistent verb_noun pattern (transcribe_video, check_dependencies, list_supported_sites, list_transcripts, get_latest_transcript, delete_transcript, cleanup_old_transcripts, delete_all_transcripts). The pattern is mostly consistent, with 'get_latest_transcript' being a slight deviation from the pure verb_noun style but still readable.
8 tools is well-scoped for a video transcription server. Each tool serves a clear purpose: transcription, dependency checking, site listing, and transcript management (list, get latest, delete, cleanup, delete all). No redundant or unnecessary tools.
The server covers the core transcription workflow well: transcribe, check dependencies, list supported sites, and manage transcripts. Minor gaps include no way to get a specific transcript by ID (only latest or list), and no update/rename operation, but these are workable for the stated purpose.