Skip to content
Zed

Supertone TTS for Zed

io.github.supertone-inc/supertone-mcp

Composable Supertone TTS toolkit: synthesis, voice search/preview/clone, usage — 31 languages

client:Zed transport:stdio runtime:pypi

Install Supertone TTS 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": {
    "supertone-mcp": {
      "command": "uvx",
      "args": [
        "supertone-mcp"
      ],
      "env": {
        "SUPERTONE_API_KEY": "<SUPERTONE_API_KEY>",
        "SUPERTONE_MCP_VOICE_ID": "<SUPERTONE_MCP_VOICE_ID>",
        "SUPERTONE_OUTPUT_DIR": "<SUPERTONE_OUTPUT_DIR>"
      }
    }
  }
}

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

Supertone TTS in other clients