macwhisper mcp server for Cline
io.github.docdyhr/macwhisper-mcp-server
MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.
client:Cline
transport:stdio
runtime:pypi
Install macwhisper mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs