creative-studio
Installation
SKILL.md
ElevenLabs Creative Studio (via MCP)
Workflow guidance for the creative_* tools on the ElevenLabs MCP server. Every
tool takes a context parameter — briefly state the user's goal in it. For
building media features into the user's own codebase (SDK, API), use the general
skills instead (text-to-speech, music, sound-effects, speech-to-text).
How generations work
creative_generate_speech,creative_generate_image, andcreative_generate_videoreturn immediately with aflow_id,node_id,session_ids, and a canvasurlthe user can open to keep editing. If the result doesn't render in a view, pollcreative_get_flow_run_statusuntilall_completedorhas_failuresis true.- Generations spend credits. Pass
estimate_only: trueto price a long video or a batch of variations before committing. Never call a generation tool a second time to "retry" — that starts and charges a second generation. generations_countdefaults to 4 variations so the user can pick; keep the default unless they ask for a specific number.