TL;DR
ElevenLabs is a AI & ML MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent aI voice generation — text-to-speech, voice cloning, and audio content creation. Install in 1 minute with mcpizy install elevenlabs.
ElevenLabs
Install verified 5 toolsAI & ML
AI voice generation — text-to-speech, voice cloning, and audio content creation.
Official homepageRepo audit: 54/100 — little recent maintenance, or missing licence and docs
Scored on licence, adoption, maintenance and documentation of elevenlabs/elevenlabs-mcp. We show the grade whether it flatters the server or not.
repository archived · last commit 3 days ago · 1,534 stars · MIT licence · 0 open issues
Read the full audit on CheckMCPInstall ElevenLabs
mcpizy install elevenlabsuvx elevenlabs-mcpTools exposed
5 tools availabletext_to_speechConvert text to speech audio
text_to_speechConvert text to speech audio
Inputs
textstringrequiredvoice_idstringoptional
list_voicesList available voices
list_voicesList available voices
clone_voiceClone a voice from an audio sample
clone_voiceClone a voice from an audio sample
Inputs
namestringrequiredfilesstring[]required
speech_to_textTranscribe audio to text
speech_to_textTranscribe audio to text
Inputs
audio_filestringrequired
generate_sound_effectGenerate a sound effect from a text prompt
generate_sound_effectGenerate a sound effect from a text prompt
Inputs
textstringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "sk_..."
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "sk_..."
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "sk_..."
}
}
}
}Authentication setup
- 1
Generate an API key in your ElevenLabs profile
Get itELEVENLABS_API_KEY
What you can do with ElevenLabs MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
“Generate a 30s voiceover of this script using Rachel's voice”
Uses: list_voices, text_to_speech
“Clone my voice from these 3 audio samples and name it 'Hugo'”
Uses: clone_voice
“Transcribe my meeting.mp3 into a clean transcript”
Uses: speech_to_text
“Create a sci-fi door-whoosh sound effect”
Uses: generate_sound_effect
Works with
More AI & ML MCPs
Stability AI
Image generation with Stable Diffusion
Chronulus AI
Predict anything with AI forecasting. Time series predictions, anomaly detection, and trend analysis.
AgentQL
Enable AI agents to get structured data from unstructured web pages using natural language queries.
Anthropic
Call Anthropic Claude models, manage messages and batches from any MCP-compatible agent.
Alternatives to ElevenLabs
If ElevenLabs doesn't fit your stack, these AI & ML MCP servers solve similar problems.
Frequently asked questions
What is the ElevenLabs MCP server?
ElevenLabs is listed as an AI & ML Model Context Protocol server whose documented purpose is to let an MCP-compatible agent aI voice generation — text-to-speech, voice cloning, and audio content creation. Client support, permissions and authentication remain specific to the upstream project.
How do I install ElevenLabs MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install elevenlabs` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `uvx elevenlabs-mcp` and restarting Claude Code.
Does MCPizy charge to view or install ElevenLabs MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does ElevenLabs MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with ElevenLabs MCP?
Its documented purpose is to let an MCP-compatible agent aI voice generation — text-to-speech, voice cloning, and audio content creation. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory