Skip to main content
The elevenlabs MCP adapter connects to the ElevenLabs API. Synthesize and transform audio, manage voices, compose music, and build conversational AI agents — suitable for briefings, IVR, accessibility, content repurposing, and voice-enabled agent workflows.
Full platform parity (27 tools) is rolling out across deployments. Some workspaces may still see a smaller tool set (list_voices and text_to_speech only) until their catalog is updated to the latest adapter version.

Prerequisites

  • An ElevenLabs account with an API key
  • Character / usage quota sufficient for your volume (TTS, STT, and agent tools consume credits)
  • project_contributor access in AgentRuntime

Connect in AgentRuntime

1

Get an ElevenLabs API key

Sign in to ElevenLabs and copy your API key from profile settings.
2

Create a connection

Go to Connections and click New custom connection to create an API key connection with APIKey.
3

Add elevenlabs MCP instance

Go to MCP, click Add instance for elevenlabs, wire your connection on Instance config, set the profile active, and save.
4

Discover voices

Run mcp_calllist_voices or search_voices and note a voice_id for TTS steps.
See Authentication for binding connections to MCP instances.

What you can build

  • Daily audio brief — LLM summarizes news → text_to_speech → store or attach MP3.
  • Multilingual outreach — Translate → text_to_speech with eleven_multilingual_v2.
  • Meeting notesspeech_to_text on recorded audio with optional diarization.
  • ConvAI agent opscreate_agent, simulate_conversation, make_outbound_call for voice agent workflows.
  • Music bedscompose_music or video_to_music for short-form video scores.

Tools

Speech and audio

Voices

Models and account

Conversational AI (ConvAI)

Music

Example

Convert an LLM summary to audio:

Configuration

Connections typically map APIKeyapi_key on the MCP instance.

Troubleshooting