ElevenLabs MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ELEVENLABS_STYLE | No | Value for styling of generated speech, default is 0.1. | 0.1 |
| ELEVENLABS_API_KEY | Yes | Your ElevenLabs API key required for accessing the text-to-speech service. | |
| ELEVENLABS_MODEL_ID | No | The model ID for ElevenLabs, default is 'eleven_flash_v2'. | eleven_flash_v2 |
| ELEVENLABS_VOICE_ID | Yes | The ID of the voice you wish to use for text-to-speech conversion. | |
| ELEVENLABS_STABILITY | No | Value representing the stability of the generated speech, default is 0.5. | 0.5 |
| ELEVENLABS_OUTPUT_DIR | No | Directory where output audio files will be stored, default is 'output'. | output |
| ELEVENLABS_SIMILARITY_BOOST | No | Value representing the similarity boost, default is 0.75. | 0.75 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_audio_simpleC | Generate audio from plain text using default voice settings |
| generate_audio_scriptB | Generate audio from a structured script with multiple voices and actors. Accepts either: 1. Plain text string 2. JSON string with format: { "script": [ { "text": "Text to speak", "voice_id": "optional-voice-id", "actor": "optional-actor-name" }, ... ] } |
| delete_jobB | Delete a voiceover job and its associated files |
| get_audio_fileC | Get the audio file content for a specific job |
| list_voicesB | Get a list of all available ElevenLabs voices with metadata |
| get_voiceover_historyB | Get voiceover job history. Optionally specify a job ID for a specific job. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mamertofabian/elevenlabs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server