Claude Code MCP ServerAudio51 installs

Elevenlabs

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.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --mcp="audio/elevenlabs" --yes

Requires Claude Code. The command adds this mcp server to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this mcp server

Component source

{

"mcpServers": {

"elevenlabs": {

"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": "",

"ELEVENLABS_MCP_BASE_PATH": "~/Desktop",

"ELEVENLABS_MCP_OUTPUT_MODE": "files"

}

}

}

}

Type
MCP Server
Category
Audio
Installs
51
Source
GitHub ↗

Related Claude Code MCP Servers

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.