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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/elevenlabs/elevenlabs-agents-mcp-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server