MCP Server
MCP
Supertone TTS
Composable Supertone TTS toolkit: synthesis, voice search/preview/clone, usage — 31 languages
Install
uvx supertone-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "supertone-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Supertone API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPERTONE_API_KEY"
},
{
"description": "Default voice_id for synthesis (falls back to a preset voice)",
"format": "string",
"name": "SUPERTONE_MCP_VOICE_ID"
},
{
"description": "Directory where audio files are saved (default ~/supertone-tts-output/)",
"format": "string",
"name": "SUPERTONE_OUTPUT_DIR"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment