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.
AI & ML
AI voice generation — text-to-speech, voice cloning, and audio content creation.
Official homepageConnect your ElevenLabs account once — MCPizy stores the credentials encrypted and uses them whenever you run a recipe in managed mode.
mcpizy install elevenlabsnpx -y @elevenlabs/mcptext_to_speechConvert text to speech audio
Inputs
textstringrequiredvoice_idstringoptionallist_voicesList available voices
clone_voiceClone a voice from an audio sample
Inputs
namestringrequiredfilesstring[]requiredspeech_to_textTranscribe audio to text
Inputs
audio_filestringrequiredgenerate_sound_effectGenerate a sound effect from a text prompt
Inputs
textstringrequiredWorks identically across clients. Only the config file path differs.
~/.claude.json{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "sk_..."
}
}
}
}.cursor/mcp.json{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "sk_..."
}
}
}
}~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"elevenlabs": {
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "sk_..."
}
}
}
}Generate an API key in your ElevenLabs profile
ELEVENLABS_API_KEYPaste 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
AI-powered codebase context. Understand any GitHub repo instantly with semantic code search.
Open-source LLM observability. Collaborative prompt editing, tracing, and evaluation.
Predict anything with AI forecasting. Time series predictions, anomaly detection, and trend analysis.
Models, datasets, and spaces on HF
If ElevenLabs doesn't fit your stack, these AI & ML MCP servers solve similar problems.
The ElevenLabs MCP server is an AI & ML Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents aI voice generation — text-to-speech, voice cloning, and audio content creation. It exposes ElevenLabs's capabilities as tools the AI can call directly from your editor or CLI.
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 `npx -y @elevenlabs/mcp` and restarting Claude Code.
Yes. The ElevenLabs MCP server is free and open source (see the GitHub repository linked on this page). You may still need a ElevenLabs account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.
Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.
Once installed, your AI agent can aI voice generation — text-to-speech, voice cloning, and audio content creation directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run ElevenLabs operations, inspect results, chain ElevenLabs with other MCP servers (see our Workflow Recipes), and automate repetitive ai & ml tasks without leaving your editor.