Back

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 tools

AI & ML

Last updated September 4, 2026 · By MCPizy team

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

Official homepage
F

Repo 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 CheckMCP

Install ElevenLabs

Via MCPizy CLI (recommended):
mcpizy install elevenlabs
Or run directly:
uvx 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

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