Loading MCP server directory, please wait...
MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.
npx @getmcp/cli add io.github.docdyhr/macwhisper-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
MACWHISPER_ALLOWED_PATHSColon-separated list of directories the server may read audio files from (e.g. ~/Desktop:~/Downloads)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.docdyhr/macwhisper-mcp-server": {
"command": "uvx",
"args": [
"macwhisper-mcp-server"
],
"env": {
"MACWHISPER_ALLOWED_PATHS": "",
"MACWHISPER_CLI": "",
"MACWHISPER_LOG_PATH": ""
}
}
}
}