ai
ElevenLabs MCP, CLI, and Lua Integration for AI Agents
ElevenLabs integration docs for AI agents: MCP gateway setup, ElevenLabs CLI commands, Lua API reference, credentials, and function schemas.
6 functions 4 read 2 write API key auth
ElevenLabs for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
eleven-labs- route_slug
eleven-labs- package
eleven-labs- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. ElevenLabs CLIHeadless setup and direct function calls. ElevenLabs MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
ElevenLabs MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ElevenLabs.
Claude Code ElevenLabs MCP setup for Claude Code. Cursor ElevenLabs MCP setup for Cursor. Codex ElevenLabs MCP setup for Codex. OpenAI Agents ElevenLabs MCP setup for OpenAI Agents SDK. Claude Agent SDK ElevenLabs MCP setup for Claude Agent SDK. Vercel AI SDK ElevenLabs MCP setup for Vercel AI SDK. LangChain ElevenLabs MCP setup for LangChain. LangGraph ElevenLabs MCP setup for LangGraph. CrewAI ElevenLabs MCP setup for CrewAI. MCP clients ElevenLabs MCP setup for Generic MCP Clients.
ElevenLabs CLI Matrix
Use these pages for direct ElevenLabs CLI workflows in scripts, CI, cron, and agent wrappers.
CI ElevenLabs CLI for CI. Cron Jobs ElevenLabs CLI for cron jobs. Shell Scripts ElevenLabs CLI for shell scripts. Headless Automation ElevenLabs CLI for headless automation. Coding Agents ElevenLabs CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
eleven-labs.elevenlabs_list_voices | Read read | 2 | List available ElevenLabs voices. Returns voice names, IDs, labels, and preview URLs. Use this to discover voices for text-to-speech generation. |
eleven-labs.elevenlabs_get_voice | Read read | 1 | Get detailed information about a specific ElevenLabs voice by its ID, including name, labels, description, and preview URL. |
eleven-labs.elevenlabs_generate_speech | Write write | 5 | Generate speech audio from text using an ElevenLabs voice. Returns base64-encoded audio. Specify a voice ID and model, with optional stability and similarity boost settings. |
eleven-labs.elevenlabs_generate_sound | Write write | 2 | Generate a sound effect from a text description using ElevenLabs. Returns base64-encoded audio. Describe the sound you want (e.g., "thunder rumbling in the distance"). |
eleven-labs.elevenlabs_list_models | Read read | 2 | List available ElevenLabs models. Returns model IDs, names, descriptions, and capabilities. Use this to find the right model for speech or sound generation. |
eleven-labs.elevenlabs_get_current_user | Read read | 0 | Get the current ElevenLabs user profile, subscription tier, and character usage information. |