Skip to content

macwhisper mcp server for Grok

io.github.docdyhr/macwhisper-mcp-server

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

client:Grok transport:stdio runtime:pypi

Install macwhisper mcp server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

macwhisper mcp server in other clients