Skip to main content
ClaudeWave
mcp-dir avatar
mcp-dir

elevenlabs-mcp

View on GitHub

ElevenLabs in natural language: generate speech in any language, create and manage voices, compose music, dubbing, pronunciation dictionaries, history and account usage. You connect with your own ElevenLabs API key, and credits come out of your own s

ToolsOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/22/2026
Get started
Method: Clone
Terminal
git clone https://github.com/mcp-dir/elevenlabs-mcp
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# ElevenLabs

### ElevenLabs para Claude, ChatGPT e agentes de IA

ElevenLabs em linguagem natural: gere fala em qualquer idioma, crie e gerencie vozes, componha música, dublagem, dicionários de pronúncia, histórico e uso da conta. Você conecta com a sua própria API key do ElevenLabs, e os créditos saem da sua assinatura.

- 📊 **149 ferramentas**
- ✏️ **Leitura e escrita**
- 💬 **Funciona com qualquer cliente MCP**: Claude Desktop, Cursor, VS Code, Cline, Continue
- 🔑 **Login via magic-link (sem senha)**

[English version](README.en.md) · [Documentação completa](docs/) · [Skill pra agentes](skills/)

---

## Instalar em 1 clique

### Claude (Web e Desktop)

A Anthropic unificou a instalação de MCPs em `claude.ai/customize/connectors`. **O mesmo link serve pra Claude Web e Claude Desktop** (basta estar logado):

[➕ Abrir no Claude e conectar](https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors)

**Manual** (se o deeplink não abrir): [claude.ai/customize/connectors](https://claude.ai/customize/connectors?surface=cowork) → **+** → **Adicionar conector personalizado** → cole **Nome** `ElevenLabs` e **URL** `https://api.mcp.ai/p_elevenlabs`.

### Cursor

[➕ Instalar ElevenLabs no Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=elevenlabs&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF9lbGV2ZW5sYWJzIn0=)

### VS Code (Copilot Chat)

[➕ Instalar ElevenLabs no VS Code](vscode:mcp/install?name=elevenlabs&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.mcp.ai%2Fp_elevenlabs%22%7D)

### ChatGPT, Manus, OpenClaw e mais 40+ clientes

Funciona em qualquer cliente MCP que suporte **MCP over HTTP**. A URL do servidor é sempre:

```
https://api.mcp.ai/p_elevenlabs
```

Detalhes por cliente: [INSTALL.md](INSTALL.md).

---

## Exemplos de uso

```
Liste as vozes disponíveis na minha conta do ElevenLabs
Gere um áudio dizendo 'bom dia, time' com a voz Rachel
Quantos créditos ainda tenho neste ciclo?
```

---

## 149 ferramentas disponíveis

| Tool | Descrição |
|---|---|
| `elevenlabs_get_speech_history` | List Generated Items. Returns a list of your generated audio (e.g. text to speech, speech to speech, Studio, dubbing). Music and SFX generations are not included and cannot currently be retrieved via the API. Bulk sup… |
| `elevenlabs_get_speech_history_item_by_id` | Get History Item. Retrieves a history item. Bulk support: accepts history_item_ids for batched execution. |
| `elevenlabs_delete_speech_history_item` | Delete History Item. Delete a history item by its ID Bulk support: accepts history_item_ids for batched execution. |
| `elevenlabs_get_audio_full_from_speech_history_item` | Get Audio From History Item. Returns the audio of an history item. Bulk support: accepts history_item_ids for batched execution. |
| `elevenlabs_download_speech_history_items` | Download History Items. Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items pac… |
| `elevenlabs_sound_generation` | Sound Generation. Turn text into sound effects for your videos, voice-overs or video games using the most advanced sound effects models in the world. Bulk support: accepts model_ids for batched execution. |
| `elevenlabs_get_audio_isolation_history` | Get Audio Isolation History. Returns a list of all your audio isolation generations. |
| `elevenlabs_delete_audio_isolation_history_item` | Delete Audio Isolation History Item. |
| `elevenlabs_delete_sample` | Delete Sample. Removes a sample by its ID. Bulk support: accepts voice_ids, sample_ids for batched execution. |
| `elevenlabs_get_audio_from_sample` | Get Audio From Sample. Returns the audio corresponding to a sample attached to a voice. Bulk support: accepts voice_ids, sample_ids for batched execution. |
| `elevenlabs_text_to_speech_full` | Text To Speech. Converts text into speech using a voice of your choice and returns audio. |
| `elevenlabs_text_to_dialogue` | Text To Dialogue (Multi-Voice). |
| `elevenlabs_create_voice` | Create A New Voice From Voice Preview. |
| `elevenlabs_text_to_voice_design` | Design A Voice.. Design a voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the genera… |
| `elevenlabs_text_to_voice_remix` | Remix A Voice.. Remix an existing voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use th… |
| `elevenlabs_text_to_voice_preview_stream` | Text To Voice Preview Streaming. |
| `elevenlabs_get_user_info` | Get User Info. Gets information about the user |
| `elevenlabs_get_user_subscription_info` | Get User Subscription Info. Gets extended information about the users subscription |
| `elevenlabs_get_voice_settings_default` | Get Default Voice Settings.. Gets the default settings for voices. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app. |
| `elevenlabs_get_voice_settings` | Get Voice Settings. Returns the settings for a specific voice. "similarity_boost" corresponds to"Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app. Bulk… |
| `elevenlabs_edit_voice_settings` | Edit Voice Settings. Edit your settings for a specific voice. "similarity_boost" corresponds to "Clarity + Similarity Enhancement" in the web app and "stability" corresponds to "Stability" slider in the web app. Bulk… |
| `elevenlabs_get_voice_accents` | Get Voice Accents. Gets the list of available accents in the shared voice library. Bulk support: accepts model_ids for batched execution. |
| `elevenlabs_get_voices` | List Voices. Returns a list of all available voices for a user. Stops working once the user's workspace exceeds 500 voices. |
| `elevenlabs_get_voice_by_id` | Get Voice. Returns metadata about a specific voice. Bulk support: accepts voice_ids for batched execution. |
| `elevenlabs_delete_voice` | Delete Voice. Deletes a voice by its ID. Bulk support: accepts voice_ids for batched execution. |
| `elevenlabs_get_user_voices_v2` | Get Voices V2. Gets a list of all available voices for a user with search, filtering and pagination. |
| `elevenlabs_replicate_voice_to_isolated_environment` | Replicate Voice To Isolated Environment. |
| `elevenlabs_add_sharing_voice` | Add Shared Voice. Add a shared voice to your collection of voices. Bulk support: accepts public_user_ids, voice_ids for batched execution. |
| `elevenlabs_create_podcast` | Create Podcast. Create and auto-convert a podcast project. Currently, the LLM cost is covered by us but you will still be charged for the audio generation. In the future, you will be charged for both the LLM and audio… |
| `elevenlabs_update_pronunciation_dictionaries` | Create Pronunciation Dictionaries. |
| `elevenlabs_get_projects` | List Studio Projects. Returns a list of your Studio projects with metadata. |
| `elevenlabs_get_project_by_id` | Get Studio Project. Returns information about a specific Studio project. This endpoint returns more detailed information about a project than `GET /v1/studio`. Bulk support: accepts project_ids, share_ids for batched… |
| `elevenlabs_edit_project` | Update Studio Project. Updates the specified Studio project by setting the values of the parameters passed. Bulk support: accepts project_ids, default_title_voice_ids, default_paragraph_voice_ids for batched execution. |
| `elevenlabs_delete_project` | Delete Studio Project. Deletes a Studio project. Bulk support: accepts project_ids for batched execution. |
| `elevenlabs_convert_project_endpoint` | Convert Studio Project. Starts conversion of a Studio project and all of its chapters. Bulk support: accepts project_ids for batched execution. |
| `elevenlabs_get_project_snapshots` | List Studio Project Snapshots. |
| `elevenlabs_get_project_snapshot_endpoint` | Get Project Snapshot. Returns the project snapshot. Bulk support: accepts project_ids, project_snapshot_ids for batched execution. |
| `elevenlabs_stream_project_snapshot_archive_60141b` | Stream Archive With Studio Project Audio. |
| `elevenlabs_get_chapters` | List Chapters. Returns a list of a Studio project's chapters. Bulk support: accepts project_ids for batched execution. |
| `elevenlabs_add_chapter` | Create Chapter. Creates a new chapter either as blank or from a URL. Bulk support: accepts project_ids for batched execution. |
| `elevenlabs_get_chapter_by_id_endpoint` | Get Chapter. Returns information about a specific chapter. Bulk support: accepts project_ids, chapter_ids for batched execution. |
| `elevenlabs_edit_chapter` | Update Chapter. Updates a chapter. Bulk support: accepts project_ids, chapter_ids for batched execution. |
| `elevenlabs_delete_chapter_endpoint` | Delete Chapter. Deletes a chapter. Bulk support: accepts project_ids, chapter_ids for batched execution. |
| `elevenlabs_convert_chapter_endpoint` | Convert Chapter. Starts conversion of a specific chapter. Bulk support: accepts project_ids, chapter_ids for batched execution. |
| `elevenlabs_get_chapter_snapshots` | List Chapter Snapshots. Gets information about all the snapshots of a chapter. Each snapshot can be downloaded as audio. Whenever a chapter is converted a snapshot will automatically be created. Bulk support: accepts… |
| `elevenlabs_get_chapter_snapshot_endpoint` | Get Chapter Snapshot. Returns the chapter snapshot. Bulk support: accepts project_ids, chapter_ids, chapter_snapshot_ids for batched execution. |
| `elevenlabs_stream_chapter_snapshot_audio` | Stream Chapter Audio. Stream the audio from a chapter snapshot. Use `GET /v1/studio/projects/{project_id}/chapters/{chapter_id}/snapshots` to return the snapshots of a chapter. Bulk su

What people ask about elevenlabs-mcp

What is mcp-dir/elevenlabs-mcp?

+

mcp-dir/elevenlabs-mcp is tools for the Claude AI ecosystem. ElevenLabs in natural language: generate speech in any language, create and manage voices, compose music, dubbing, pronunciation dictionaries, history and account usage. You connect with your own ElevenLabs API key, and credits come out of your own s It has 0 GitHub stars and its last recorded update is dated 2026-08-21.

How do I install elevenlabs-mcp?

+

You can install elevenlabs-mcp by cloning the repository (https://github.com/mcp-dir/elevenlabs-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mcp-dir/elevenlabs-mcp safe to use?

+

Our security agent has analyzed mcp-dir/elevenlabs-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains mcp-dir/elevenlabs-mcp?

+

mcp-dir/elevenlabs-mcp is maintained by mcp-dir. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.

Are there alternatives to elevenlabs-mcp?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy elevenlabs-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mcp-dir/elevenlabs-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mcp-dir-elevenlabs-mcp)](https://claudewave.com/repo/mcp-dir-elevenlabs-mcp)
<a href="https://claudewave.com/repo/mcp-dir-elevenlabs-mcp"><img src="https://claudewave.com/api/badge/mcp-dir-elevenlabs-mcp" alt="Featured on ClaudeWave: mcp-dir/elevenlabs-mcp" width="320" height="64" /></a>