ElevenLabs Image Generation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Whether to run browser in headless mode. Set to 'false' for debugging. | true |
| ELEVENLABS_EMAIL | No | Your ElevenLabs account email (optional, can also be provided at runtime) | |
| ELEVENLABS_PASSWORD | No | Your ElevenLabs account password (optional, can also be provided at runtime) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageA | Generate an image using ElevenLabs Image & Video feature. Returns the path to the downloaded image file. |
| list_modelsA | List all available image generation models on ElevenLabs |
| get_session_statusA | Check if currently logged in to ElevenLabs and get session information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: generating images, checking session status, and listing models. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case: generate_image, get_session_status, list_models.
Three tools is appropriate for a focused image generation server, covering essential actions without being too sparse or bloated.
The set covers the core image generation workflow (list models, check session, generate) but lacks tools for managing or retrieving past generations, leaving minor gaps.