Skip to main content
Glama

Advanced TTS MCP Server

synthesize_speech

Convert text into natural-sounding speech with customizable voice, emotion, speed, and pacing. Ideal for creating expressive audio content in various formats for professional use.

Instructions

Convert text to speech with advanced voice controls and natural expression

Input Schema

NameRequiredDescriptionDefault
emotionNoVoice emotionneutral
filenameNoCustom filename for saved audio
outputFormatNoAudio output formatwav
pacingNoSpeech pacing stylenatural
saveFileNoSave audio to file
speedNoSpeech speed (0.25-3.0)
textYesText to convert to speech
voiceIdNoVoice to use for synthesisaf_heart
volumeNoAudio volume (0.1-2.0)

Input Schema (JSON Schema)

{ "properties": { "emotion": { "default": "neutral", "description": "Voice emotion", "enum": [ "neutral", "happy", "excited", "calm", "serious", "casual", "confident" ], "type": "string" }, "filename": { "description": "Custom filename for saved audio", "type": "string" }, "outputFormat": { "default": "wav", "description": "Audio output format", "enum": [ "wav", "mp3", "flac", "ogg" ], "type": "string" }, "pacing": { "default": "natural", "description": "Speech pacing style", "enum": [ "natural", "conversational", "presentation", "tutorial", "narrative", "fast", "slow" ], "type": "string" }, "saveFile": { "default": false, "description": "Save audio to file", "type": "boolean" }, "speed": { "default": 1, "description": "Speech speed (0.25-3.0)", "maximum": 3, "minimum": 0.25, "type": "number" }, "text": { "description": "Text to convert to speech", "maxLength": 10000, "type": "string" }, "voiceId": { "default": "af_heart", "description": "Voice to use for synthesis", "enum": [ "af_heart", "af_sky", "af_bella", "af_sarah", "af_nicole", "am_adam", "am_michael", "bf_emma", "bf_isabella", "bm_lewis" ], "type": "string" }, "volume": { "default": 1, "description": "Audio volume (0.1-2.0)", "maximum": 2, "minimum": 0.1, "type": "number" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from Advanced TTS MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/advanced-tts-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server