Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-elevenlabs

by AIWerk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ELEVENLABS_API_KEYYesSent as the xi-api-key header. Required.
ELEVENLABS_DRY_RUNNo1 blocks every non-GET call and returns what would have been sent.0
ELEVENLABS_OUTPUT_DIRNoWhere generated audio lands. Without it, small results come back inline as base64 and large ones error.
ELEVENLABS_API_BASE_URLNoPoint at a data-residency region if your workspace is in one.https://api.elevenlabs.io
ELEVENLABS_API_TIMEOUT_MSNoGeneration is slow; a dubbing job outlives a CRUD timeout.120000
ELEVENLABS_ENABLED_DOMAINSNoComma-separated domains, e.g. text-to-speech,voices. An unknown name is reported, not ignored.all
ELEVENLABS_HIDE_DEPRECATEDNo1 drops the 21 operations upstream marks deprecated.0
ELEVENLABS_MAX_INLINE_BYTESNoAbove this, a binary result needs somewhere to be written.4194304
ELEVENLABS_MAX_UPLOAD_BYTESNoGuards against reading an enormous file into memory.536870912
ELEVENLABS_MAX_RATE_LIMIT_WAIT_MSNoLongest 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources