Skip to main content
Glama

Related Servers

Alternatives to macwhisper-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Voice 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
    • A
      license
      Not graded
      quality
      A
      maintenance
      Local-first meeting capture and transcription for Claude Code. Records audio from meeting apps, transcribes locally with whisper.cpp, and produces structured notes via Claude.
      1
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables 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.
      16
      Apache 2.0

    TDQS

    A4.1/5.0

    Scored across 7 tools

    Disambiguation4/5

    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).

    Naming Consistency5/5

    All tools follow a consistent snake_case verb_noun pattern (e.g., transcribe_audio, start_watch), making the API predictable and easy to navigate.

    Tool Count5/5

    Seven tools is well within the ideal range; each tool addresses a specific need without redundancy.

    Completeness4/5

    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.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues