@aiwerk/mcp-server-elevenlabs
by AIWerk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ELEVENLABS_API_KEY | Yes | Sent as the xi-api-key header. Required. | |
| ELEVENLABS_DRY_RUN | No | 1 blocks every non-GET call and returns what would have been sent. | 0 |
| ELEVENLABS_OUTPUT_DIR | No | Where generated audio lands. Without it, small results come back inline as base64 and large ones error. | |
| ELEVENLABS_API_BASE_URL | No | Point at a data-residency region if your workspace is in one. | https://api.elevenlabs.io |
| ELEVENLABS_API_TIMEOUT_MS | No | Generation is slow; a dubbing job outlives a CRUD timeout. | 120000 |
| ELEVENLABS_ENABLED_DOMAINS | No | Comma-separated domains, e.g. text-to-speech,voices. An unknown name is reported, not ignored. | all |
| ELEVENLABS_HIDE_DEPRECATED | No | 1 drops the 21 operations upstream marks deprecated. | 0 |
| ELEVENLABS_MAX_INLINE_BYTES | No | Above this, a binary result needs somewhere to be written. | 4194304 |
| ELEVENLABS_MAX_UPLOAD_BYTES | No | Guards against reading an enormous file into memory. | 536870912 |
| ELEVENLABS_MAX_RATE_LIMIT_WAIT_MS | No | Longest 429 backoff to sit through before failing. | 10000 |
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 |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues