Skip to content
Zed

Pronunciation & Voice Coach for Zed

io.github.juhongpark/pronunciation

Local MCP voice coach with English pronunciation, grammar, and fluency feedback.

client:Zed transport:stdio runtime:pypi

Install Pronunciation & Voice Coach 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": {
    "pronunciation": {
      "command": "uvx",
      "args": [
        "mcp-server-pronunciation"
      ],
      "env": {
        "MCP_PRONUNCIATION_MODEL": "<MCP_PRONUNCIATION_MODEL>",
        "HF_HUB_CACHE": "<HF_HUB_CACHE>",
        "MCP_PRONUNCIATION_PRELOAD": "<MCP_PRONUNCIATION_PRELOAD>",
        "MCP_PRONUNCIATION_AUDIO_RETENTION": "<MCP_PRONUNCIATION_AUDIO_RETENTION>",
        "TORCH_HOME": "<TORCH_HOME>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Pronunciation & Voice Coach in other clients