Skip to content
VS Code

tts for VS Code

com.brainiall/tts

Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits.

client:VS Code transport:streamable-http

Install tts in VS Code

.vscode/mcp.json

{
  "servers": {
    "tts": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/tts/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tts in other clients