Skip to main content

Text-to-Speech (TTS)

Generate natural speech from text using the MCP server.

Available Tools

ToolDescription
60db_tts_synthesizeConvert text to speech
60db_tts_logsView TTS generation history
60db_tts_getGet specific generation details

Synthesize Speech

Convert text to audio:
{
  "text": "Hello, world!",
  "voice_id": "voice_abc123",
  "speed": 1.0,
  "output_format": "mp3"
}
Response:
# TTS Generation Complete

**Audio URL**: https://cdn.60db.ai/audio/tts_123456.mp3
**Duration**: 2.3 seconds
**Voice**: Sarah (en-US)

Parameters

ParameterTypeDefaultDescription
textstringRequiredText to synthesize
voice_idstringRequiredVoice to use
speednumber1Speech speed (0.25-2.0)
stabilitynumber50Voice stability (0-100)
similaritynumber75Voice similarity (0-100)
output_formatstringmp3Output format (mp3, wav, ogg)

Usage in Claude

You: Convert "Welcome to our podcast" to speech
You: Generate speech with faster speed
You: Use a Spanish voice for this text

Supported Languages

  • English (US, UK, Australian)
  • Spanish, French, German, Italian
  • Portuguese, Japanese, Korean, Chinese
  • And 30+ more languages
  • Voices - Browse available voices
  • STT - Speech-to-text