Odel
Supertone TTS

Supertone TTS

Local
@supertone-inc4PythonUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsupertone-mcpv0.3.1

Run

uvx supertone-mcp

MCP client config

{
  "mcpServers": {
    "supertone-tts": {
      "command": "uvx",
      "args": [
        "supertone-mcp"
      ]
    }
  }
}