Supertone TTS
Rank #7,115io.github.supertone-inc/supertone-mcp
Composable Supertone TTS toolkit: synthesis, voice search/preview/clone, usage — 31 languages
Supertone TTS is a Model Context Protocol (MCP) server published by supertone-inc. It ranks #7,115 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Supertone TTS is listed across 3 registries — Official MCP, Glama and mcp.so, with 4 tracked versions. It was first listed on May 27, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 124,931 of 132,046 servers on MCP Toplist.
Use Supertone TTS
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add supertone-mcp -e "SUPERTONE_API_KEY=<your SUPERTONE_API_KEY>" -e "SUPERTONE_MCP_VOICE_ID=<your SUPERTONE_MCP_VOICE_ID>" -e "SUPERTONE_OUTPUT_DIR=<your SUPERTONE_OUTPUT_DIR>" -- uvx supertone-mcpReplace each placeholder with your own value before saving.
[mcp_servers.supertone-mcp]
command = "uvx"
args = ["supertone-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.supertone-inc%2Fsupertone-mcp)<a href="https://mcptoplist.com/server/io.github.supertone-inc%2Fsupertone-mcp"><img src="https://mcptoplist.com/badge/io.github.supertone-inc%2Fsupertone-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
supertone-inc
Available versions (4)
| Version | Published |
|---|---|
| 0.3.1 | Jun 17, 2026 |
| 0.3.0 | Jun 16, 2026 |
| 0.2.0 | Jun 5, 2026 |
| 0.1.1 | May 27, 2026 |
Frequently asked questions
- Who maintains Supertone TTS?
- Supertone TTS is maintained by supertone-inc, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Supertone TTS listed on the Official MCP Registry?
- Yes — Supertone TTS is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Supertone TTS have?
- MCP Toplist tracks 4 versions of Supertone TTS, most recently published on Jun 17, 2026.
- Where can I find the source code for Supertone TTS?
- The source code for Supertone TTS is hosted at github.com/supertone-inc/supertone-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.