whisper mcp for Zed
io.github.jwulff/whisper-mcp
Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.
client:Zed
transport:stdio
runtime:npm
Install whisper mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"whisper-mcp": {
"command": "npx",
"args": [
"-y",
"whisper-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs