Elevenlabs

Elevenlabs

Create natural AI voices instantly in any language - perfect for video creators, developers, and businesses.

165VIEWS
40USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app elevenlabsnpx @composio/cli add cursor --app elevenlabsnpx @composio/cli add cursor --app elevenlabsnpx @composio/cli add cursor --app elevenlabs

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add A Pronunciation Dictionary From File

Adds a new pronunciation dictionary from a lexicon file to improve speech synthesis accuracy.

Add New Project With Attributes

Use to create a new elevenlabs project for text-to-speech synthesis (e.g., audiobooks); a project `name` is required by the api for creation, and content can be initialized using `from url` or `from document`.

Add Rules To The Pronunciation Dictionary

Adds one or more custom pronunciation rules (alias or phoneme) to an existing pronunciation dictionary.

Add Sharing Voice

Adds an existing, shareable voice to a specified user's elevenlabs account library under a new custom name, requiring the user's public id and the voice id.

Add A Voice

Adds a custom voice, requiring a `name` and a `files` list with at least one audio sample, to initiate cloning; returns `voice id` but voice is not immediately usable for synthesis.

Convert Chapter To Audio

Converts the textual content of a chapter, identified by `chapter id` within a `project id`, into audio format.

Convert A Project

Converts an existing elevenlabs studio project, including all its chapters and using its configured settings and voices, into speech.

Create A Previously Generated Voice

Finalizes the creation of a voice using its `generated voice id` from a previous generation step by assigning a name, description, and optional labels.

Create An Audionative Enabled Project

Creates an elevenlabs audionative project, generating an embeddable audio player from a provided content file using text-to-speech, allowing customization of player appearance, audio settings, and conversion options.

Delete Chapter From Project

Irreversibly deletes a specific, existing chapter from an existing project, typically to remove unwanted or obsolete content.

Delete A Dubbing Project

Permanently deletes a dubbing project by its id; this action is irreversible and the project cannot be recovered.

Delete History Item

Permanently deletes a specific history item (including its audio file and metadata) using its `history item id`; this operation is irreversible and should be used with caution.

Delete Project By Id

Use to irreversibly delete a specific project by its `project id`; the project must exist and be accessible, and this action cannot be undone.

Delete Voice Sample

Permanently deletes a specific voice sample for a given voice id; this action is irreversible.

Delete Voice By Id

Permanently and irreversibly deletes a specific custom voice using its `voice id`; the voice must exist and the authenticated user must have permission to delete it.

Download History Items

Downloads audio clips from history by id(s), returning a single file or a zip archive, with an optional output format (e.g., 'wav'); provides only audio content, no metadata.

Dub A Video Or An Audio File

Dub a video or audio file into a specified target language, requiring 'file' or 'source url', 'target lang', and 'csv file' if 'mode' is 'manual'.

Dub A Video Or An Audio File

Deprecated: use `dub a video or an audio file` instead; dubs a video/audio file, requiring 'file' or 'source url', 'target lang', and 'csv file' if 'mode' is 'manual'.

Edit Voice

Updates the name, audio files, description, or labels for an existing voice model specified by `voice id`.

Edit Voice Settings

Edits key voice settings (e.g., stability, similarity enhancement, style exaggeration, speaker boost) for an existing voice, affecting all future audio generated with that voice id.

20 actions available