About
Overview
The ElevenLabs MCP Server enables AI agents to use ElevenLabs' text-to-speech platform. It provides tools for generating speech from text, listing available voices, cloning voices from samples, and controlling speech parameters like stability and clarity.
Capabilities
Tools & Capabilities
⚡text_to_speech
Convert text to speech audio
⚡list_voices
List available voices
⚡get_voice
Get details about a voice
⚡clone_voice
Create a voice clone from audio samples
Setup
Installation
bash
Install
npx -y @elevenlabs/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"elevenlabs": {
"command": "npx",
"args": ["-y", "@elevenlabs/mcp-server"],
"env": {
"ELEVENLABS_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorelevenlabs
LanguageTypeScript
StatusStable
Stars★ 110
Last UpdatedFeb 12, 2026