F
licenseNot graded
qualityB
maintenanceLocal speech transcription MCP server using faster-whisper. Supports transcription, translation to English, and output in JSON, text, SRT, and VTT formats.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool serves a distinct purpose: listing models, transcribing from base64, and transcribing from file. No overlap in functionality.
All tool names follow a consistent verb_noun pattern using snake_case (list_models, transcribe_base64, transcribe_file).
Three tools is well-scoped for a transcription server: one for configuration/model listing and two for handling different input formats (base64 vs file).
The tool surface covers the core transcription workflow with two input methods and model listing. Minor gap: no support for streaming or URL-based audio input.