ElevenLabs MCP Server

generate_audio_simple

Convert plain text to audio using default voice settings with the ElevenLabs text-to-speech API. Optionally specify a voice ID for customized audio generation.

Instructions

Generate audio from plain text using default voice settings

Input Schema

NameRequiredDescriptionDefault
textYesPlain text to convert to audio
voice_idNoOptional voice ID to use for generation

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Plain text to convert to audio", "type": "string" }, "voice_id": { "description": "Optional voice ID to use for generation", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from ElevenLabs MCP Server

Related Tools

ID: leukzvus7o