KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

ElevenLabs MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ElevenLabs.

ElevenLabs CLI Matrix

Use these pages for direct ElevenLabs CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.