Supertone TTS for Cline
io.github.supertone-inc/supertone-mcp
Composable Supertone TTS toolkit: synthesis, voice search/preview/clone, usage — 31 languages
client:Cline
transport:stdio
runtime:pypi
Install Supertone TTS in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs