local voice mcp for Zed
io.github.codecraftersllc/local-voice-mcp
Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS
client:Zed
transport:stdio
runtime:npm
Install local voice mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"local-voice-mcp": {
"command": "npx",
"args": [
"-y",
"@codecraftersllc/local-voice-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs