macwhisper mcp server for Gemini CLI
io.github.docdyhr/macwhisper-mcp-server
MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.
client:Gemini CLI
transport:stdio
runtime:pypi
Install macwhisper mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"macwhisper-mcp-server": {
"command": "uvx",
"args": [
"macwhisper-mcp-server"
],
"env": {
"MACWHISPER_ALLOWED_PATHS": "<MACWHISPER_ALLOWED_PATHS>",
"MACWHISPER_CLI": "<MACWHISPER_CLI>",
"MACWHISPER_LOG_PATH": "<MACWHISPER_LOG_PATH>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs