MCP Server Whisper
Related Servers
Alternatives to MCP Server Whisper
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables speech-to-text and text-to-speech conversion using OpenAI-compatible APIs. Supports customizable models, voices, and output directories.GPL 3.0
- FlicenseNot gradedqualityCmaintenanceEnables high-performance audio transcription using Faster Whisper with CUDA acceleration, supporting single and batch audio file processing with multiple output formats (VTT, SRT, JSON).-
- AlicenseNot gradedqualityDmaintenanceProvides audio inspection, conversion, processing, and generation capabilities via SoX, enabling AI agents to 'hear' and manipulate audio files through structured JSON interfaces.MIT
- AlicenseNot gradedqualityAmaintenanceEnables transcription and speaker diarization of audio files, interviews, and YouTube URLs, producing speaker-attributed transcripts with timestamps. Supports multiple backends (local Whisper, OpenAI API) and output formats (txt, vtt, srt, json).Apache 2.0

jackai-stt-mcpofficial
AlicenseAqualityCmaintenanceTranscribes audio files by referencing them in chat, using OpenAI's speech-to-text models locally without uploading audio, and supports speaker diarization.1MIT- AlicenseBqualityDmaintenanceProvides AI-powered audio generation and processing through the MusicGPT API, enabling music creation, voice conversion, audio manipulation, stem extraction, and audio analysis capabilities.248 npm1MIT
TDQS
Scored across 8 tools
Most tools have clear single-action purposes (convert, compress, chat, create, list, get-latest), but transcribe_audio and transcribe_with_enhancement are very similar in function and could be easily confused, despite the enhancement descriptor. Descriptions and usage clues help, but the overlapping transcription surface creates some misselection risk.
Tool names generally follow a verb_noun pattern in lowercase snake_case (list_audio_files, convert_audio, compress_audio, create_audio). Slight deviations exist with get_latest_audio, chat_with_audio, and transcribe_with_enhancement, which break the clean noun-object structure, but the pattern remains readable and predictable.
Eight tools cover the full audio processing workflow—file access, format preparation, size handling, transcription, enhanced transcription, chat, and TTS—without unnecessary redundancy. Each tool earns its place and the count is well within the ideal range for a focused MCP server.
The surface is quite complete for a Whisper/audio media server: it supports listing, retrieving, converting, compressing, transcribing, enhanced transcription, audio chat, and TTS synthesis. Minor gaps such as no audio preview or batch processing exist, but agents can work around them with available tools.