Video to Text MCP Server
Related Servers
Alternatives to Video to Text MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to download YouTube videos and transcribe them locally using OpenAI's Whisper speech recognition model.MIT
- AlicenseAqualityAmaintenanceTranscribes videos from 1000+ platforms (YouTube, TikTok, Vimeo, etc.) and local video files using OpenAI's Whisper model, with support for 90+ languages and multiple output formats.814 npm6MIT
- FlicenseNot gradedqualityCmaintenanceEnables transcribing speech from public HTTPS video URLs using OpenAI Speech-to-Text, with audio extraction via FFmpeg and structured JSON results returned through an MCP tool.-
- AlicenseNot gradedqualityDmaintenanceEnables video text extraction using multiple speech recognition providers including local Whisper, JianYing/CapCut, and Bilibili Cut services. Supports video downloading, audio extraction, and automatic speech-to-text transcription with configurable providers.7MIT
- 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
- FlicenseAqualityCmaintenanceEnables fetching YouTube video transcripts with metadata, including timed captions in multiple formats (JSON, SRT, VTT, CSV, TXT) and preprocessing options.41-
TDQS
Scored across 2 tools
The two tools have distinct primary purposes: video_to_text handles video files with audio extraction, while voice_to_text handles audio files directly. However, there is some functional overlap in the transcription step, which could cause minor confusion if an agent needs to transcribe audio from a video but chooses the wrong tool. The descriptions help clarify the difference.
Both tools follow a consistent snake_case naming pattern with a clear 'source_to_text' structure (video_to_text and voice_to_text). This makes them predictable and easy to understand, with no deviations in style or convention across the set.
With only 2 tools, the server feels thin for a video-to-text domain, as it lacks operations for managing transcripts (e.g., editing, saving in different formats) or handling video/audio metadata. While the core functionality is covered, the set is borderline minimal and may limit agent workflows.
The tools cover the basic transcription process from video and audio sources, but there are notable gaps: no tools for updating, deleting, or listing transcripts, and no support for batch processing or different output formats. This could lead to dead ends in more complex agent tasks, though simple transcription needs are met.