mcpbeat Sign in

Supertone TTS MCP Server

by supertone-inc Your server? Claim it
local only

Supertone TTS runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 23 Jul 2026.

Composable Supertone TTS toolkit: synthesis, voice search/preview/clone, usage — 31 languages

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 23 · avg 10 · -21% w/w
a month agotoday
66
Installs / week
pypi · supertone-mcp
4
Stars
2 open issues
23 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 15 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add supertone-mcp -- uvx supertone-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "supertone-mcp": {
      "args": [
        "supertone-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.supertone-mcp]
command = "uvx"
args = ["supertone-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "supertone-mcp": {
      "args": [
        "supertone-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "supertone-mcp": {
      "args": [
        "supertone-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SUPERTONE_API_KEY (Supertone API key), SUPERTONE_MCP_VOICE_ID (Default voice_id for synthesis (falls back to a preset voice)), SUPERTONE_OUTPUT_DIR (Directory where audio files are saved (default ~/supertone-tts-output/)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Supertone TTS

same job, measured the same way
Github Analytics MCP Server
by thenextgennexus

Get GitHub repository stats, search repos, analyze languages, and compare projects

12 installs/wk local only
sqry - Semantic Code Search
by verivusoss-releases

AST-based semantic code search: 33 tools, 35 languages, call tracing, impact analysis

local only
Codegraph
by codegraph-ai

Semantic code graph: 42 tools, 38 languages. Callers, impact, AI context, memory, PR review.

594 installs/wk local only
sqry - Semantic Code Search
by verivus-oss

AST-based semantic code search: 39 tools over 37 languages. Call tracing and impact analysis.

local only
Vueuse MCP
by kovoor

Search, browse, and get suggestions for VueUse composables

25 installs/wk local only
Sapiom
by sapiom

AI agent tools: web search, browser, 400+ LLMs, image gen, TTS, phone verify. Pay-per-use.

answering
Agent Lsp
by blackwell-systems

Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.

503 installs/wk local only
Voice MCP
by forgemeshlabs

Give Your Agent A Voice: x402 pay-per-call speech with 20 voices, 10 personas, 31 languages.

36 installs/wk local only

Supertone TTS — questions

Answers built from our own checks of this server.

Why is there no uptime for Supertone TTS?
Supertone TTS runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package supertone-mcp was installed 66 times last week.
Is Supertone TTS still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Supertone TTS?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls supertone-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Supertone TTS?
The pypi package supertone-mcp was installed 66 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Supertone TTS open source?
We cannot say either way: written in Python, 4 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.