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_call →
list_voices or search_voices and note a voice_id for TTS steps.What you can build
- Daily audio brief — LLM summarizes news →
text_to_speech→ store or attach MP3. - Multilingual outreach — Translate →
text_to_speechwitheleven_multilingual_v2. - Meeting notes —
speech_to_texton recorded audio with optional diarization. - ConvAI agent ops —
create_agent,simulate_conversation,make_outbound_callfor voice agent workflows. - Music beds —
compose_musicorvideo_to_musicfor 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
APIKey → api_key on the MCP instance.
Troubleshooting
Related
- Integrations quickstart
- Vapi connector — voice assistants and telephony
- Connector catalog
- Troubleshooting