ElevenLabs
The official ElevenLabs MCP server
Ads
Overview
> [!WARNING] > This local MCP server is deprecated in favor of the ElevenLabs hosted MCP server. > > The hosted server is available at https://api.elevenlabs.io/v1/mcp, with nothing to install or run locally. It authenticates with OAuth, so no API keys are copied into your client. See the hosted MCP server documentation to connect from Claude, Cursor, or any other MCP client. > > This repository is no longer actively maintained. 1. Get your API key from ElevenLabs. There is a free tier with 10k credits per month. 2. Install uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods. 3. Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:
Installation
uvx elevenlabs-mcp
Configuration
{
"mcpServers": {
"ElevenLabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<insert-your-api-key-here>"
}
}
}
}Capabilities
- Text to speech
Ask your assistant to generate speech from text using `text_to_speech` with any of ElevenLabs' voices.
- Voice cloning and design
Create custom voices by cloning from samples or designing new ones with `voice_cloning` and `voice_design`.
- Speech-to-speech conversion
Transform an existing recording into a different voice or style using `speech_to_speech`.
- Audio transcription
Convert speech to text and identify different speakers with `speech_to_text`.
- Sound effects and music
Generate soundscapes, sound effects, or music tracks from text descriptions using `sound_effects` and `text_to_sound_effects`.
- Audio isolation
Separate vocals from background noise or isolate specific audio elements using `isolate_audio`.
Tags
- communication
- productivity
Related MCP servers
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
Mailtrap
OfficialIntegrates with Mailtrap Email API.