openwhispr

GitHub

Voice-to-text dictation app with local (Nvidia Parakeet/Whisper) and cloud models (BYOK). Privacy-first and available cross-platform.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "openwhispr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openwhispr"
      ]
    }
  }
}