MCP Marketplace logo
MCP
All servers
ElevenLabs

ElevenLabs

verified

Text-to-speech and voice cloning via ElevenLabs.

by ElevenLabs2.7kMITupdated 1mo agoadded 1y ago

Generate audio from text, manage voices, and orchestrate TTS pipelines.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ],
      "env": {
        "ELEVENLABS_API_KEY": "sk_xxx"
      }
    }
  }
}

Related servers