Skip to main content
Glama

Zonos TTS MCP Server

speak_response

Convert text to speech with customizable emotions and languages using the Zonos TTS MCP Server. Ideal for integrating dynamic voice responses in applications.

Input Schema

NameRequiredDescriptionDefault
emotionNoneutral
languageNoen-us
textYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "emotion": { "default": "neutral", "enum": [ "neutral", "happy", "sad", "angry" ], "type": "string" }, "language": { "default": "en-us", "type": "string" }, "text": { "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from Zonos 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/PhialsBasement/Zonos-TTS-MCP'

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