Skip to content
Windsurf

macwhisper mcp server for Windsurf

io.github.docdyhr/macwhisper-mcp-server

MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.

client:Windsurf transport:stdio runtime:pypi

Install macwhisper mcp server 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": {
    "macwhisper-mcp-server": {
      "command": "uvx",
      "args": [
        "macwhisper-mcp-server"
      ],
      "env": {
        "MACWHISPER_ALLOWED_PATHS": "<MACWHISPER_ALLOWED_PATHS>",
        "MACWHISPER_CLI": "<MACWHISPER_CLI>",
        "MACWHISPER_LOG_PATH": "<MACWHISPER_LOG_PATH>"
      }
    }
  }
}

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

macwhisper mcp server in other clients