Labsco
nextic-tech logo

supertonic3-mcp

from nextic-tech

Local, on-device TTS for Claude & Cursor. No API key, no cloud. 10 voices, 31 languages, ~820ms on Apple Silicon.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeNeeds API keys

supertonic3-mcp

Local, on-device TTS for Claude & Cursor, powered by Supertonic 3. No API key. No cloud. An internal tool open-sourced by Halozen β€” we build AI compliance intelligence for construction.

Not affiliated with Supertone Inc.

Expose speak, list_voices, and list_expressions to Claude Desktop, Cursor, or any MCP client over STDIO.

Tools

ToolDescription
speakSynthesize text to a WAV file; returns absolute path + metadata
list_voicesBuilt-in voices (voice_id, gender)
list_expressionsInline tags (<laugh>, <breath>, …) with descriptions

speak parameters

  • text β€” 1–5000 characters; expression tags allowed
  • voice_id β€” optional (M1, F1, …)
  • language β€” ISO 639-1 (en, ko, ja, …). For non-English text, always set language=. Defaults to en.
  • speed β€” 0.7 to 2.0 (SDK range)
  • play β€” if true, plays audio on this machine via afplay (macOS) or aplay (Linux). Unsupported on Windows.

WAV files are written to /tmp/supertonic_*.wav (macOS/Linux). Windows is not supported for synthesis output paths in v1.0.

Example return:

Audio saved to /tmp/supertonic_abc123.wav (1.4s, voice: M1, lang: en)

Performance (this repo)

Measured on Apple M3, supertonic 1.3.1 β€” see benchmark/results.md.

ScenarioMedian FSL
Warm (model loaded)~0.82s
Cold (new TTS() per call)~0.81s

FSL = time from synthesize() through WAV written (no streaming, no play=True).

Re-run: python benchmark/run.py

Offline use

supertonic3-mcp preload

Downloads ONNX weights atomically to ~/.cache/supertonic3/ and prints SHA256 checksums. After preload, synthesis works without network access.

Development

pip install -e ".[dev]"
pytest

Tests mock the Supertonic SDK (no network in CI).

Coming in v1.1

  • listen() β€” Whisper speech-to-text (pip install supertonic3-mcp[stt])
  • SSE transport + Docker image for remote agents
  • PyPI publish workflow

License

MIT (this package). Supertonic SDK is MIT; model weights use OpenRAIL-M.

Disclaimer

AI-generated speech is not a substitute for certified safety, legal, or medical guidance. For demonstration purposes only.