Serversio.github.docdyhr/macwhisper-mcp-server
S

io.github.docdyhr/macwhisper-mcp-server

io.github.docdyhr/macwhisper-mcp-server · v1.0.1
▦ pypi
v1.0.1pypi pypi: macwhisper-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.docdyhr/macwhisper-mcp-server",
  "description": "MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.",
  "repository": {
    "url": "https://github.com/docdyhr/macwhisper-mcp-server",
    "source": "github"
  },
  "version": "1.0.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}