Skip to content

ElevenLabs MCP Server

GitHub Stars

Generate professional, high-fidelity audio using ElevenLabs directly from Claude. Perfect for creating voiceovers, audiobooks, podcasts, and more.

Features

  • Professional Quality - Industry-leading text-to-speech
  • Multiple Voices - Access to a wide variety of AI voices
  • Voice Cloning - Use your own custom voices
  • Multi-language - Support for 29+ languages

Requirements

Installation

Step 1: Get an API Key

  1. Sign up at ElevenLabs
  2. Go to your Profile Settings
  3. Copy your API key

Step 2: Configure Claude Desktop

Add the following to your claude_desktop_config.json:

json
{
  "mcpServers": {
    "elevenlabs": {
      "command": "npx",
      "args": ["-y", "@mamertofabian/elevenlabs-mcp-server"],
      "env": {
        "ELEVENLABS_API_KEY": "your-api-key-here"
      }
    }
  }
}

WARNING

Replace your-api-key-here with your actual ElevenLabs API key.

Step 3: Restart Claude Desktop

Close and reopen Claude Desktop to load the new MCP server.

Usage Examples

Once configured, you can ask Claude things like:

  • "Generate speech saying 'Hello, welcome to my podcast'"
  • "Create an audiobook narration for this text"
  • "Read this article aloud with a British accent"
  • "Generate audio for my YouTube video script"

Available Tools

The MCP server exposes these tools to Claude:

ToolDescription
text_to_speechConvert text to spoken audio
list_voicesList available voices
get_voiceGet details about a specific voice

Voice Selection

ElevenLabs offers many pre-made voices. Some popular options:

  • Rachel - Calm, professional female voice
  • Adam - Clear, neutral male voice
  • Bella - Warm, friendly female voice
  • Antoni - Authoritative male voice

API Limits

ElevenLabs free tier includes:

  • 10,000 characters/month
  • Access to pre-made voices

Paid plans offer more characters and voice cloning features.

Troubleshooting

Invalid API key

  • Double-check your API key is correct
  • Ensure there are no extra spaces
  • Regenerate your key if needed

Audio not playing

  • Check if the audio file was created successfully
  • Verify your system's audio output is working
  • Try a shorter text sample first

Resources

Released under the MIT License.