Skip to main content
Glama

ElevenLabs MCP Server

voice_clone

Create a voice clone from provided audio files using ElevenLabs technology to replicate a specific voice for text-to-speech applications.

Instructions

Create an instant voice clone of a voice using provided audio files.

⚠️ 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
descriptionNo
filesYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "files": { "items": { "type": "string" }, "title": "Files", "type": "array" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name", "files" ], "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