elevenlabs-mcp

elevenlabs-mcp

Official MCP server for ElevenLabs, providing text-to-speech and audio processing capabilities.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.4k
Source
mcp-github

Overview

The official ElevenLabs MCP server enables MCP clients (such as Claude Desktop, Cursor, and OpenAI Agents) to generate speech, clone voices, transcribe audio, and more. Through this server, AI gains powerful text-to-speech and audio processing abilities. Integration involves installing and configuring the API Key using the uv package manager. Ideal for applications requiring high-quality speech synthesis and audio processing.

Capabilities

  • Generate speech
  • Clone voice
  • Transcribe audio
  • Create soundscapes
  • Multi-character voice conversion

Use cases

Generate voice in specific styles for AI agentsConvert text content into audio filesExtract text from recordings and resynthesize speechCreate complex soundscapes

Setup

Requires: API KeyNode 环境
1. Obtain your ElevenLabs API Key;
2. Install using `uv`: `curl -LsSf https://astral.sh/uv/install.sh | sh`;
3. Configure the MCP client, for example by editing the `claude_desktop_config.json` file in Claude Desktop.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get an API Key?

Access the ElevenLabs website settings page to obtain your API Key.

Which MCP clients are supported?

Supports Claude Desktop, Cursor, Windsurf, and OpenAI Agents, among others.

Related skills