[ MCP_NODE_3751 ]

elevenlabs

CATEGORY:
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.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.