Skip to content
Cursor

macwhisper mcp server for Cursor

io.github.docdyhr/macwhisper-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install macwhisper mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "macwhisper-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "macwhisper-mcp-server"
      ],
      "env": {
        "MACWHISPER_ALLOWED_PATHS": "<MACWHISPER_ALLOWED_PATHS>",
        "MACWHISPER_CLI": "<MACWHISPER_CLI>",
        "MACWHISPER_LOG_PATH": "<MACWHISPER_LOG_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

macwhisper mcp server in other clients