[ MCP_NODE_3751 ]
elevenlabs
CATEGORY:
Audio
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Official ElevenLabs MCP for text-to-speech, voice cloning, audio processing, and transcription. Generate AI voices, design custom voices, isolate audio, create sound effects, and more.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"elevenlabs-en": {
"description": "Official ElevenLabs MCP for text-to-speech, voice cloning, audio processing, and transcription. Generate AI voices, design custom voices, isolate audio, create sound effects, and more.",
"command": "uvx",
"args": [
"elevenlabs-mcp"
],
"env": {
"ELEVENLABS_API_KEY": "<your-api-key>",
"ELEVENLABS_MCP_BASE_PATH": "~/Desktop",
"ELEVENLABS_MCP_OUTPUT_MODE": "files"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.