AugmentClaude
OfficialMCP server · stdioRequires credentials

🎙️ElevenLabs

Official ElevenLabs MCP server. Lets Claude generate speech from text, clone voices, transcribe audio, design brand-new voices, isolate vocals, and create sound effects — powered by ElevenLabs' industry-leading AI audio models.

Installation

Before you start

Get your free API key — takes about 2 minutes:

  1. Sign up free at elevenlabs.io. No credit card — the free plan includes 10,000 credits every month.
  2. In the ElevenLabs dashboard, open Developers → API Keys and click Create API Key. Copy it.
  3. Paste the key into the box below — the install command fills itself in, ready to copy.

One more thing: the server runs through uvx, which comes with uv. If you don't have it yet, install it with:

curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Make sure Claude is on your device and in your terminal.

    MCP servers register with Claude Code via claude mcp add. You need Claude Code installed first:

    npm i -g @anthropic-ai/claude-code
  2. Set up the server on your machine.

    Runs the project's installer (clone + dependencies + config). Follow any prompts. After this finishes, the server is ready to register with Claude Code in the next step.

  3. Configure credentials.

    Needs an ElevenLabs API key (free tier: 10,000 credits per month). Paste it into the box above the command and it fills in automatically — nothing to edit by hand.

  4. Restart Claude Code.

    Quit and reopen Claude Code so it picks up the new MCP registration. Run /mcp inside Claude Code to confirm the server is connected.

  5. Use it.

    Ask Claude naturally. It will call the server's tools when your request matches one. Tool calls show up inline so you can see exactly what Claude is doing.

Prefer to read the source first? Open on GitHub.