Back
Marketplace/ElevenLabs

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

Verified 5 tools Supports hosted execution →

AI & ML

Last updated May 30, 2026 · By MCPizy team

AI voice generation — text-to-speech, voice cloning, and audio content creation.

Official homepage

Run ElevenLabs without any local install

Connect your ElevenLabs account once — MCPizy stores the credentials encrypted and uses them whenever you run a recipe in managed mode.

Checking connection…

Install ElevenLabs

Via MCPizy CLI (recommended):
mcpizy install elevenlabs
Or run directly:
npx -y @elevenlabs/mcp
View on GitHub

Tools exposed

5 tools available
text_to_speech

Convert text to speech audio

Inputs

  • textstringrequired
  • voice_idstringoptional
list_voices

List available voices

clone_voice

Clone a voice from an audio sample

Inputs

  • namestringrequired
  • filesstring[]required
speech_to_text

Transcribe audio to text

Inputs

  • audio_filestringrequired
generate_sound_effect

Generate a sound effect from a text prompt

Inputs

  • textstringrequired

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "sk_..."
      }
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "sk_..."
      }
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "sk_..."
      }
    }
  }
}

Authentication setup

  1. 1

    Generate an API key in your ElevenLabs profile

    Get it ELEVENLABS_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

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

More AI & ML MCPs

📚

DeepWiki by Devin

AI-powered codebase context. Understand any GitHub repo instantly with semantic code search.

🔬

Langfuse

Open-source LLM observability. Collaborative prompt editing, tracing, and evaluation.

🔮

Chronulus AI

Predict anything with AI forecasting. Time series predictions, anomaly detection, and trend analysis.

🤗

Hugging Face

Models, datasets, and spaces on HF

Alternatives to ElevenLabs

If ElevenLabs doesn't fit your stack, these AI & ML MCP servers solve similar problems.

🦙

Ollama

Run local LLMs via Ollama server

🔄

Replicate

Run ML models in the cloud via API

🎨

Stability AI

Image generation with Stable Diffusion

Key Takeaways

  • ElevenLabs exposes 5 tools for ai & ml workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 1 step (ELEVENLABS_API_KEY).
  • Install in 1 command: mcpizy install elevenlabs — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "Generate a 30s voiceover of this script using Rachel's voice".

Frequently asked questions

What is the ElevenLabs MCP server?

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.

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 `npx -y @elevenlabs/mcp` and restarting Claude Code.

Is ElevenLabs MCP free?

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.

Does ElevenLabs MCP work with Cursor and Windsurf?

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.

What can I do with ElevenLabs MCP?

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.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free