ElevenLabs Image Generation MCP Server
by ddunford
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) |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddunford/elevenlabMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server