ElevenLabs Agents MCP App
OfficialProvides tools for creating, configuring, and managing ElevenLabs conversational AI agents, including voice selection, language settings, and behavior configuration.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ElevenLabs Agents MCP Appcreate a friendly booking assistant"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ElevenLabs Agents MCP App
Create and manage ElevenLabs conversational AI agents directly from Claude Desktop with an interactive UI.
Features
Interactive Agent Creator: Visual form-based interface for creating AI agents
Voice Selection: Browse and preview ElevenLabs voices with audio playback
Agent Configuration: Customize personality, language, voice settings, and behavior
Edit Existing Agents: Load and modify existing agent configurations
32 Languages Supported: Create agents in Arabic, Chinese, English, Spanish, and more
Related MCP server: Retell AI MCP Server
Installation
Option 1: Install from MCP Directory (Recommended)
Install directly from the Claude Desktop MCP Directory when available and just provide api key.
Option 2: Manual Installation
Clone this repository:
git clone https://github.com/elevenlabs/elevenlabs-mcp-agent-creator.git cd elevenlabs-mcp-agent-creatorInstall dependencies:
npm installBuild the project:
npm run build:mcpbAdd to Claude Desktop config (
claude_desktop_config.json):{ "mcpServers": { "ElevenLabs Agents MCP App": { "command": "node", "args": ["/path/to/elevenlabs-mcp-agent-creator/server/index.js", "--stdio"], "env": { "ELEVENLABS_API_KEY": "your-api-key" } } } }Restart Claude Desktop
Configuration
Required: ElevenLabs API Key
You need an ElevenLabs API key to use this MCP app:
Sign up at elevenlabs.io
Go to API Keys settings
Create a new API key
Add it to your Claude Desktop configuration as shown above
Usage
Creating an Agent
Simply ask Claude to create an agent:
"Create a customer support agent"
"Make me a friendly booking assistant"
"Build an AI agent that speaks Spanish"
Claude will open the interactive UI where you can:
Set the agent name and system prompt
Choose a voice from ElevenLabs' library
Select the agent's language
Adjust voice and behavior settings
Editing an Agent
To edit an existing agent, provide the agent ID:
"Edit agent abc123"
"Update my customer support agent"
Available Tools
Tool | Description |
| Opens the interactive agent creation UI |
| Programmatically creates an agent with specified config |
| Retrieves an existing agent's configuration |
| Updates an agent's settings |
| Searches available ElevenLabs voices |
Agent Settings
Voice Configuration
Voice: Select from ElevenLabs' voice library with audio preview
Stability: Controls voice consistency (0-1)
Similarity Boost: Controls voice clarity and similarity (0-1)
Behavior Settings
System Prompt: Define the agent's personality and behavior
First Message: The initial greeting when conversations start
Temperature: Controls response creativity (0-1)
Language: Choose from 32 supported languages
Development
# Install dependencies
npm install
# Development mode (with hot reload)
npm run dev
# Build for production
npm run build:mcpb
# Create MCP bundle
npm run pack:mcpbPrivacy
This MCP app connects to the ElevenLabs API. Your API key and agent configurations are sent to ElevenLabs servers. See the ElevenLabs Privacy Policy for details on data handling.
License
MIT License - see LICENSE for details.
Screenshots
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage ElevenLabs voice agents and generate speech, music, sound effects, images, and video.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceEnables interaction with ElevenLabs Text-to-Speech and audio processing APIs. Supports speech generation, voice cloning, audio transcription, and sound effect creation through natural language.24MIT
- FlicenseBqualityDmaintenanceEnables interaction with Retell AI's voice and chat agent platform. Build, deploy, and manage AI phone agents, configure conversation flows, handle calls/chats, and manage phone numbers through natural language.52-
- AlicenseNot gradedqualityDmaintenanceEnables seamless integration with ElevenLabs Conversational AI to manage agents, tools, and knowledge base sources. It supports RAG indexing, webhook integration, and document management for building advanced voice-enabled AI agents.MIT
- AlicenseAqualityFmaintenanceEnables text-to-speech conversion using ElevenLabs API with voice management, streaming support, and multiple models.51MIT