macwhisper-mcp-server
Related Servers
Alternatives to macwhisper-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceVoice interface for Claude Code enabling hands-free, conversational interaction entirely on-device for Apple Silicon Macs. It provides push-to-talk transcription and automatic spoken responses via local AI models.MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude Desktop to manage an Obsidian vault and automatically convert class recordings into structured study notes using local AI tools.-
- AlicenseNot gradedqualityAmaintenanceLocal-first meeting capture and transcription for Claude Code. Records audio from meeting apps, transcribes locally with whisper.cpp, and produces structured notes via Claude.1Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables bidirectional voice interaction for Claude Code using local speech-to-text and text-to-speech models optimized for Apple Silicon. It provides tools to listen to user speech via microphone and speak responses aloud through system speakers.16Apache 2.0
- AlicenseAqualityCmaintenanceCaptures and transcribes system audio in real-time using OpenAI Whisper, enabling meeting transcription, content creation, and accessibility through natural language.87 npm3MIT
- AlicenseNot gradedqualityDmaintenanceConnects your Plaud voice recorder to Claude, giving access to recordings, transcripts, and AI summaries so you can query your notes via natural language.13MIT
TDQS
Scored across 7 tools
Each tool has a distinct role: transcription, cancellation, model listing, path listing, and watch lifecycle. The only slight overlap is between transcribe_audio and get_watch_results, both returning transcripts, but they serve different workflows (direct vs. watched).
All tools follow a consistent snake_case verb_noun pattern (e.g., transcribe_audio, start_watch), making the API predictable and easy to navigate.
Seven tools is well within the ideal range; each tool addresses a specific need without redundancy.
The core transcription workflow is covered (transcribe, cancel, list models, list paths), and the watch folder feature adds a complete sub-workflow. Minor gap: no way to retrieve a past transcription result outside of the watch queue, but not essential for the main purpose.