Skip to main content
Glama

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

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/mamertofabian/elevenlabs-mcp-server'

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