ElevenLabs MCP Server
Provides comprehensive access to ElevenLabs AI audio features including text-to-speech, voice cloning, sound generation, and audio isolation. Enables users to generate high-quality speech, manage voices, transform audio, and access ElevenLabs services through natural language interactions.
README
ElevenLabs MCP Server
A comprehensive Model Context Protocol (MCP) server for the ElevenLabs API, providing access to all major ElevenLabs features including text-to-speech, voice generation, audio isolation, and more.
Features
This MCP server provides tools for:
Text to Speech
- text-to-speech: Convert text to speech with customizable voice settings
- text-to-speech-streaming: Stream text-to-speech audio in real-time
Voice Management
- get-voices: List all available voices with search and filtering
- get-voice: Get detailed information about a specific voice
- get-models: List all available AI models
Audio Transformation
- speech-to-speech: Transform audio from one voice to another (voice changer)
- sound-generation: Create sound effects from text descriptions
- audio-isolation: Remove background noise from audio
History & User Management
- get-history: Get history of all generated audio
- get-history-item: Get a specific history item by ID
- get-history-item-audio: Download audio from a history item
- delete-history-item: Delete a history item
- get-user: Get current user information
- get-subscription: Get user subscription details
Installation
npm install
Configuration
The server requires an ElevenLabs API key. You can configure this when connecting the server to your MCP client.
Configuration Schema
{
"apiKey": "your-elevenlabs-api-key-here"
}
Usage with Smithery
Development
npm run dev
This will start the server in development mode with hot reloading.
Build
npm run build
Deploy to Smithery
- Push your code to GitHub
- Go to Smithery
- Click "Deploy" and connect your GitHub repository
Usage with Claude Desktop or Cursor
Add this to your MCP settings:
{
"mcpServers": {
"elevenlabs": {
"url": "your-smithery-deployment-url",
"config": {
"apiKey": "your-elevenlabs-api-key"
}
}
}
}
API Key
Get your ElevenLabs API key from ElevenLabs Settings.
Example Usage
Generate Speech
Use the text-to-speech tool to convert "Hello, world!" to speech using voice ID "21m00Tcm4TlvDq8ikWAM"
List Available Voices
Use the get-voices tool to see all available voices
Create Sound Effect
Use the sound-generation tool to create a "dog barking" sound effect
Remove Background Noise
Use the audio-isolation tool to remove background noise from an audio file (provide base64 encoded audio)
API Reference
All tools follow the ElevenLabs API documentation.
Audio Format
Audio files are returned as base64-encoded strings. Supported formats include:
- MP3 (various bitrates)
- PCM (various sample rates)
- μ-law format (for Twilio)
Development
The server is built using:
- @modelcontextprotocol/sdk - MCP SDK
- @smithery/sdk - Smithery SDK
- zod - Schema validation
License
MIT
Resources
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.