← Back to Plugins
MCP Server MCP

io.github.docdyhr/macwhisper-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx macwhisper-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "macwhisper-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Colon-separated list of directories the server may read audio files from (e.g. ~/Desktop:~/Downloads)",
          "isRequired": true,
          "format": "string",
          "name": "MACWHISPER_ALLOWED_PATHS"
        },
        {
          "description": "Path to the mw binary. Auto-detected from /Applications/MacWhisper.app if omitted.",
          "format": "string",
          "name": "MACWHISPER_CLI"
        },
        {
          "description": "Log file path. Defaults to ~/Library/Logs/macwhisper-mcp.log",
          "format": "string",
          "name": "MACWHISPER_LOG_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...