Servers
S
Supertone TTS MCP
@supertone-inc
MCP server for the Supertone TTS API. Generate natural speech, browse and preview the
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"supertone-tts": {
"command": "uvx",
"args": [
"supertone-mcp"
],
"env": {
"SUPERTONE_API_KEY": "your-api-key-here"
}
}
}
}