Skip to content
Windsurf

mac voice mcp for Windsurf

io.github.jeet0007/mac-voice-mcp

Talk with your AI assistant out loud on a Mac, with on-device speech recognition (whisper.cpp).

client:Windsurf transport:stdio runtime:npm

Install mac voice mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mac-voice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mac-voice-mcp"
      ],
      "env": {
        "VOICE_MCP_WHISPER_MODEL": "<VOICE_MCP_WHISPER_MODEL>",
        "VOICE_MCP_LANGUAGE": "<VOICE_MCP_LANGUAGE>",
        "VOICE_MCP_END_SILENCE_MS": "<VOICE_MCP_END_SILENCE_MS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mac voice mcp in other clients