What is the ElevenLabs MCP server?
The ElevenLabs MCP server is an abstraction over the ElevenLabs API to provide a large language model with context to access the full ElevenLabs AI audio platform. It acts as a developer-friendly local interface that forwards requests to ElevenLabs’ cloud APIs. Want to generate speech? Clone a voice? Transcribe audio from a file? The MCP server puts everything at your fingertips, running directly on your machine.
The MCP server is fully compatible with Claude Desktop, Cursor, and other AI-native development environments. Spin up a voice agent, define its behavior with a system prompt, and perform outbound calls - all from within your IDE or AI assistant.
While the server runs locally and manages workflows on your machine, it securely communicates with ElevenLabs’ cloud APIs to perform audio generation, Voice Cloning, and transcription tasks. This makes ideal for testing experimental features. You control the data, the flow, and the experience. Just plug in and start building.
Once installed, you can use the ElevenLabs MCP server to build real-world applications that talk, listen, and understand. Unlock the full spectrum of the ElevenLabs AI audio platform via simple prompts and API calls. For example, you can use the MCP server to create voice agents to perform outbound calls - whether you want to order a pizza, book an appointment, or follow up with a lead.
Here are a few other potential use cases that we came up with:
- "Create an AI agent that speaks like a film noir detective and can answer questions about classic movies"
- "Generate three voice variations for a wise, ancient dragon character, then I will choose my favorite voice to add to my voice library"
- "Convert this recording of my voice to sound like a medieval knight"
- "Create a soundscape of a thunderstorm in a dense jungle with animals reacting to the weather"
- "Turn this speech into text, identify different speakers, then convert it back using unique voices for each person"
How to get started with ElevenLabs’ MCP server