Skip to content
Cursor

Supertone TTS for Cursor

io.github.supertone-inc/supertone-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Supertone TTS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "supertone-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "supertone-mcp"
      ],
      "env": {
        "SUPERTONE_API_KEY": "<SUPERTONE_API_KEY>",
        "SUPERTONE_MCP_VOICE_ID": "<SUPERTONE_MCP_VOICE_ID>",
        "SUPERTONE_OUTPUT_DIR": "<SUPERTONE_OUTPUT_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Supertone TTS in other clients