Skip to content
Zed

UnlimitedTTS for Zed

com.unlimitedtts/tts

Quote-first, non-custodial x402 text-to-speech with spend policy, MP3 artifacts, and receipts.

client:Zed transport:stdio runtime:npm

Install UnlimitedTTS 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": {
    "tts": {
      "command": "npx",
      "args": [
        "-y",
        "@unlimitedtts/mcp"
      ],
      "env": {
        "UNLIMITEDTTS_ENVIRONMENT": "<UNLIMITEDTTS_ENVIRONMENT>",
        "UNLIMITEDTTS_MAX_USDC_PER_CALL": "<UNLIMITEDTTS_MAX_USDC_PER_CALL>",
        "UNLIMITEDTTS_ROLLING_24H_USDC": "<UNLIMITEDTTS_ROLLING_24H_USDC>",
        "UNLIMITEDTTS_OUTPUT_DIRECTORY": "<UNLIMITEDTTS_OUTPUT_DIRECTORY>"
      }
    }
  }
}

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

UnlimitedTTS in other clients