---
title: "ElevenLabs MCP Server for ToolPiper · ModelPiper"
description: "Text-to-speech, voice cloning, and audio transcription. ElevenLabs' MCP server brings high-quality text-to-speech, transcription, and voice cloning into chat. Generate narration in any of your voices, clone a new voice f"
canonical: "https://modelpiper.com/mcp-tools/elevenlabs"
---

# ElevenLabs MCP Server for ToolPiper · ModelPiper

> Text-to-speech, voice cloning, and audio transcription. ElevenLabs' MCP server brings high-quality text-to-speech, transcription, and voice cloning into chat. Generate narration in any of your voices, clone a new voice f

E

# ElevenLabs MCP Server

✓ verified

Text-to-speech, voice cloning, and audio transcription.

Install ElevenLabs in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/elevenlabs/elevenlabs-mcp)

Publisher

[ElevenLabs](https://github.com/elevenlabs/elevenlabs-mcp)

License

MIT

Transport

Local subprocess

Tools

4

## What this server does

ElevenLabs' MCP server brings high-quality text-to-speech, transcription, and voice cloning into chat. Generate narration in any of your voices, clone a new voice from short samples, transcribe recordings, and list the voices on your account. Useful for drafting voiceover, prototyping audio UX, or transcribing meetings. Output audio is generated against your ElevenLabs account, which bills per character synthesized.

## Tools included

-   text\_to\_speech
    
    Synthesize speech from text in a chosen voice.
    
-   speech\_to\_text
    
    Transcribe an audio file to text.
    
-   voice\_clone
    
    Create a cloned voice from audio samples.
    
-   list\_voices
    
    List available voices.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install ElevenLabs in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "elevenlabs": {
      "command": "uvx",
      "args": [
        "elevenlabs-mcp"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Read this paragraph aloud in a calm narrator voice and save the audio."
    
    Copy
-   "Transcribe this interview recording and give me a clean transcript."
    
    Copy
-   "List my available voices and tell me which are cloned."
    
    Copy

## Security notes

The API key bills against your ElevenLabs account on every synthesis and clone, with no spend cap inside the server, so an agent in a loop can run up charges. Treat the key as a credential and rotate it if it leaks. Voice cloning of a real person's voice carries consent and impersonation risks; only clone voices you are authorized to use.

## Related tools

-   [
    
    E
    
    ### EverArt
    
    ✓ verified
    
    AI image generation using multiple model backends.
    
    ContentLocal subprocess1 tool
    
    
    
    
    
    ](/mcp-tools/everart)

[← Back to all MCP tools](/mcp-tools)
