Handy

GitHub

A free, open source, and extensible speech-to-text application that works completely offline.

RAW Config

Claude Desktop Configuration

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

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