crispasr-agent-transcriber
Related Servers
Alternatives to crispasr-agent-transcriber
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceLocal, private audio transcription MCP server enabling AI agents to transcribe audio files entirely on-device without uploading data.3MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for offline speech-to-text and speaker diarization, enabling AI agents to transcribe audio locally without cloud APIs.44 PyPI3MIT

FunASR MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceLocal speech recognition MCP server powered by FunASR and SenseVoice. It provides privacy-friendly audio transcription through a transcribe_audio tool.20,373MIT- AlicenseAqualityAmaintenanceMCP server for audio transcription using local faster-whisper or OpenAI Whisper API, enabling multilingual transcription with optional GPT post-processing.343 PyPIMIT
- FlicenseNot gradedqualityBmaintenanceLocal speech transcription MCP server using faster-whisper. Supports transcription, translation to English, and output in JSON, text, SRT, and VTT formats.-
- AlicenseAqualityCmaintenanceMCP server for local speech-to-text using Whisper Large V3 (MLX), enabling audio transcription with text/timestamps/SRT output and LLM-based correction, all running offline on Apple Silicon.2MIT
TDQS
Scored across 10 tools
Most tools are clearly separated by domain: server health/backends, model management, language detection, and transcription tasks. The main ambiguity is between transcribe_video and understand_video, since both transcribe local video, and crispasr_backends vs crispasr_health both report server state.
The set is readable and consistently snake_case, but conventions are mixed: crispasr_backends and crispasr_health are noun-style, crispasr_* management tools use verb_noun, transcribe_* forms its own group, and understand_video is a vague outlier.
10 tools is well within the ideal range and each area of the domain—server health, backends, models, language detection, audio/video transcription, batch processing, and agent context—is represented. The size fits the server's scope without feeling bloated.
The core workflow is covered end-to-end: check the server, download models, resolve paths, detect language, and transcribe individual or batch media files. Minor gaps exist, such as no model removal tool and no explicit management/retrieval for the agent context persisted by understand_video.