9 days ago
MCP server for the Supertone TTS API. Generate natural speech, browse and preview the
voice catalog, predict synthesis cost, and create cloned voices — directly from Claude
Desktop, Cursor, or any MCP-compatible client. Supports Korean, English, Japanese, and
20+ other languages, with speed, pitch, and emotion-style control.
Server Config
{
"mcpServers": {
"supertone-tts": {
"command": "uvx",
"args": [
"supertone-mcp"
],
"env": {
"SUPERTONE_API_KEY": "your-api-key-here"
}
}
}
}