Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

WebVoice in other clients