What is the Supertone TTS MCP server?
Composable Supertone TTS toolkit: synthesis, voice search/preview/clone, usage — 31 languages
How to install Supertone TTS
Copy-paste configuration for popular MCP clients.
SUPERTONE_API_KEYrequiredsecretSupertone API key
SUPERTONE_MCP_VOICE_IDDefault voice_id for synthesis (falls back to a preset voice)
SUPERTONE_OUTPUT_DIRDirectory where audio files are saved (default ~/supertone-tts-output/)
{
"mcpServers": {
"supertone-mcp": {
"command": "uvx",
"args": [
"supertone-mcp"
],
"env": {
"SUPERTONE_API_KEY": "<YOUR_SUPERTONE_API_KEY>",
"SUPERTONE_MCP_VOICE_ID": "<YOUR_SUPERTONE_MCP_VOICE_ID>",
"SUPERTONE_OUTPUT_DIR": "<YOUR_SUPERTONE_OUTPUT_DIR>"
}
}
}
}{
"mcpServers": {
"supertone-mcp": {
"command": "uvx",
"args": [
"supertone-mcp"
],
"env": {
"SUPERTONE_API_KEY": "<YOUR_SUPERTONE_API_KEY>",
"SUPERTONE_MCP_VOICE_ID": "<YOUR_SUPERTONE_MCP_VOICE_ID>",
"SUPERTONE_OUTPUT_DIR": "<YOUR_SUPERTONE_OUTPUT_DIR>"
}
}
}
}{
"mcpServers": {
"supertone-mcp": {
"command": "uvx",
"args": [
"supertone-mcp"
],
"env": {
"SUPERTONE_API_KEY": "<YOUR_SUPERTONE_API_KEY>",
"SUPERTONE_MCP_VOICE_ID": "<YOUR_SUPERTONE_MCP_VOICE_ID>",
"SUPERTONE_OUTPUT_DIR": "<YOUR_SUPERTONE_OUTPUT_DIR>"
}
}
}
}{
"servers": {
"supertone-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"supertone-mcp"
],
"env": {
"SUPERTONE_API_KEY": "<YOUR_SUPERTONE_API_KEY>",
"SUPERTONE_MCP_VOICE_ID": "<YOUR_SUPERTONE_MCP_VOICE_ID>",
"SUPERTONE_OUTPUT_DIR": "<YOUR_SUPERTONE_OUTPUT_DIR>"
}
}
}
}claude mcp add supertone-mcp --env SUPERTONE_API_KEY=<YOUR_SUPERTONE_API_KEY> --env SUPERTONE_MCP_VOICE_ID=<YOUR_SUPERTONE_MCP_VOICE_ID> --env SUPERTONE_OUTPUT_DIR=<YOUR_SUPERTONE_OUTPUT_DIR> -- uvx supertone-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.