WebVoice for Zed
io.github.supermarco74/webvoice-mcp
WebVoice MCP: chat, TTS, STT, translate, images. Email signup, welcome credits, optional Solana.
client:Zed
transport:stdio
runtime:pypi
Install WebVoice in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"webvoice-mcp": {
"command": "uvx",
"args": [
"webvoice-mcp"
],
"env": {
"WEBVOICE_API_KEY": "<WEBVOICE_API_KEY>",
"WEBVOICE_BASE_URL": "<WEBVOICE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs