ElevenLabs for your agents.
Connect ElevenLabs once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to ElevenLabs.
What agents can do with ElevenLabs
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
elevenlabs_list_voicesList available voices with their ids.
elevenlabs_text_to_speechConvert text to speech using a voice. Returns raw audio bytes. `voice_id` from list_voices. `text` is the content to speak.
elevenlabs_get_voiceGet details of a single voice by id.
elevenlabs_list_modelsList available TTS/STT models and which features (languages, style) each supports.
elevenlabs_get_userGet the authenticated user's account info.
elevenlabs_get_subscriptionGet subscription and quota usage, including character count used and the limit.
elevenlabs_list_historyList previously generated audio items (history). Use page_size to page and voice_id to filter.
elevenlabs_generate_sound_effectGenerate a sound effect from a text description. Returns raw audio bytes. duration_seconds is optional (0.5-22).
elevenlabs_get_history_itemGet details of a single history item by id.
elevenlabs_delete_history_itemDelete a single history item by id.
elevenlabs_add_voiceAdd a voice from a file or using a preset voice ID.
elevenlabs_delete_voiceDelete a voice by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to ElevenLabs and go to the API Keys section.
- Copy your existing API key or generate a new one.
- The key is shown once; copy it immediately.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect ElevenLabs to Even: call connect_begin("elevenlabs") on the even-connect MCP and walk me through it.
List available voices, convert text to speech audio using chosen voice, and generate sound effects from descriptions.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.