elevenlabs-mcp

elevenlabs-mcp

698

The ElevenLabs MCP server allows integration of advanced Text to Speech and audio processing APIs with MCP clients, enabling features like speech generation, voice cloning, and audio transcription. It is designed for compatibility with a variety of clients including Claude Desktop and others.

Troubleshooting

Timeouts when using certain tools

Certain ElevenLabs API operations, like voice design and audio isolation, can take a long time to resolve. When using the MCP inspector in dev mode, you might get timeout errors despite the tool completing its intended task.

This shouldn't occur when using a client like Claude.

MCP ElevenLabs: spawn uvx ENOENT

If you encounter the error "MCP ElevenLabs: spawn uvx ENOENT", confirm its absolute path by running this command in your terminal:

Once you obtain the absolute path (e.g., /usr/local/bin/uvx), update your configuration to use that path (e.g., "command": "/usr/local/bin/uvx"). This ensures that the correct executable is referenced.