Skip to main content
Glama

ElevenLabs MCP Server

speech_to_speech

Convert audio files from one voice to another using ElevenLabs voice transformation technology. Provide an input audio file and specify the target voice to generate new audio output.

Instructions

Transform audio from one voice to another 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
input_file_pathYes
output_directoryNo
voice_nameNoAdam

Input Schema (JSON Schema)

{ "properties": { "input_file_path": { "title": "Input File Path", "type": "string" }, "output_directory": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Directory" }, "voice_name": { "default": "Adam", "title": "Voice Name", "type": "string" } }, "required": [ "input_file_path" ], "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