TC
ToolCompared
MCP ServerFeatured

ElevenLabs MCP Server

by ElevenLabs

Text-to-Speech, voice cloning, and audio processing APIs.

OfficialPythonDeveloper Tools

About ElevenLabs

The official ElevenLabs MCP server empowers clients like Claude Desktop, Cursor, and OpenAI Agents to seamlessly integrate with ElevenLabs' Text-to-Speech and audio processing capabilities. Generate realistic speech, clone voices, transcribe audio, and create dynamic soundscapes.

Tags

ttsvoice-cloningaudiotranscription

How to install ElevenLabs

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "elevenlabs": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-elevenlabs"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Developer Tools