Skip to main content
Glama

ElevenLabs MCP Server

create_voice_from_preview

Save a generated voice preview to your ElevenLabs voice library for future use, allowing you to store custom voices created through text-to-speech conversion.

Instructions

Add a generated voice to the voice library. Uses the voice ID from the text_to_voice tool.

⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.

Input Schema

NameRequiredDescriptionDefault
generated_voice_idYes
voice_descriptionYes
voice_nameYes

Input Schema (JSON Schema)

{ "properties": { "generated_voice_id": { "title": "Generated Voice Id", "type": "string" }, "voice_description": { "title": "Voice Description", "type": "string" }, "voice_name": { "title": "Voice Name", "type": "string" } }, "required": [ "generated_voice_id", "voice_name", "voice_description" ], "type": "object" }

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

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