Aerostack
electrical_services

Elevenlabs MCP Server — Hosted Api Connectors Integration

MCP Server language Hosted language Public

Convert text to speech, clone voices, generate sound effects, and manage your ElevenLabs voice library — the leading AI voice platform.

aerostack @aerostack verified
v0.1.0 MIT Updated May 13, 2026
robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "elevenlabs": {
      "url": "https://mcp.aerostack.dev/s/aerostack/mcp-elevenlabs",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

+8 more

Natural Language Prompt

“Use the list_voices tool to list all available voices including pre-made and your custom cloned voices

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

description Overview

mcp-elevenlabs — ElevenLabs MCP Server

Generate lifelike speech, clone voices, and create sound effects from your AI agents.

ElevenLabs is the leading AI voice platform — used by podcasters, game developers, content creators, and enterprises to produce natural-sounding audio at scale. This MCP server gives your AI agents full access to text-to-speech generation, voice management, sound effect creation, and account analytics.

Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-elevenlabs


What You Can Do

  • Generate high-quality speech from text using any of 1,000+ available voices across 29 languages
  • Retrieve character-level timing data alongside audio for subtitle and caption generation
  • Create sound effects and ambient audio from natural language descriptions
  • Manage your custom voice library — edit settings, delete voices, and browse the shared community library
  • Monitor your character quota and subscription usage before running large batch jobs

Available Tools

Tool Description
list_voices List all available voices including pre-made and your custom cloned voices
get_voice Get detailed information about a specific voice including labels and settings
get_voice_settings Get default settings for a voice (stability, similarity boost, style)
edit_voice_settings Update stability, similarity boost, style, and speaker boost for a voice
delete_voice Permanently delete a custom cloned voice
text_to_speech Convert text to speech — returns base64-encoded MP3 audio
text_to_speech_with_timestamps Convert text to speech with character-level timing data for captions
get_models List all TTS models with capabilities, languages, and token costs
get_user_info Account info with character usage and subscription tier
get_subscription Detailed subscription: plan, limits, reset date, available models
list_history Generation history with timestamps, voice used, and character count
delete_history_items Delete one or more items from your generation history
sound_generation Generate sound effects from a text description
list_shared_voices Search the community shared voice library by name, language, gender

Configuration

Variable Required Description How to Get
ELEVENLABS_API_KEY Yes Your ElevenLabs API key elevenlabs.io → Click your profile avatar → API KeysCreate API Key

Quick Start

Add to Aerostack Workspace
  1. Go to app.aerostack.dev → Your Project → MCPs
  2. Search for "ElevenLabs" and click Add to Workspace
  3. Add ELEVENLABS_API_KEY under Project → Secrets
Example Prompts
"Convert this blog post intro to speech using the Rachel voice"
"List all my custom voices and their current stability settings"
"Generate a 5-second thunderstorm sound effect"
"How many characters do I have left in my quota this month?"
"Find English male narrator voices in the shared library"
Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-elevenlabs \
  -H 'Content-Type: application/json' \
  -H 'X-Mcp-Secret-ELEVENLABS-API-KEY: your-api-key' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_voices","arguments":{}}}'

License

MIT

terminal Tools (14)

Available tools on this MCP server. Each tool can be called directly from any AI agent.

terminal
list_voices #1

List all available voices including pre-made and your custom cloned voices

terminal
get_voice #2

Get detailed information about a specific voice including labels and settings

terminal
get_voice_settings #3

Get the default settings for a voice (stability, similarity boost, style, speaker boost)

terminal
edit_voice_settings #4

Update settings for a specific voice: stability, similarity boost, style exaggeration, and speaker boost

terminal
delete_voice #5

Permanently delete a custom cloned voice from your account

terminal
text_to_speech #6

Convert text to speech using a specified voice. Returns base64-encoded MP3 audio data

terminal
text_to_speech_with_timestamps #7

Convert text to speech and return both base64 audio and character-level timing data for caption generation

terminal
get_models #8

List all available ElevenLabs TTS models with their capabilities, languages, and token costs

terminal
get_user_info #9

Get your ElevenLabs account information including character usage quota and subscription tier

terminal
get_subscription #10

Get detailed subscription information: plan name, character limits, reset date, and available features

terminal
list_history #11

List your text-to-speech generation history with timestamps, voice used, and character count

terminal
delete_history_items #12

Delete one or more history items permanently from your generation history

terminal
sound_generation #13

Generate a sound effect or ambient audio from a text description (e.g. "rain on a rooftop", "electric guitar riff")

terminal
list_shared_voices #14

Search the ElevenLabs shared voice library for community voices by name, language, or category

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category API Connectors
terminal Tools 14

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-elevenlabs

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

More in API Connectors

Browse API Connectors MCPs →

Frequently asked questions

What is the Elevenlabs MCP server and what can it do? +

The Elevenlabs MCP server is hosted on Aerostack and exposes these tools to your AI agent: `list_voices`, `get_voice`, `get_voice_settings`, `edit_voice_settings`, `delete_voice`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.

Is the Elevenlabs MCP server hosted, or do I have to run it myself? +

It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.

Which AI agents and editors can use the Elevenlabs MCP server? +

Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same Elevenlabs MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.

How do I install the Elevenlabs MCP server in Claude Desktop? +

Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-elevenlabs": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-elevenlabs"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.

How do I use the Elevenlabs MCP server in Cursor? +

In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-elevenlabs", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-elevenlabs"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.

Does Elevenlabs MCP require authentication? +

Yes. Elevenlabs requires authentication. Check the MCP's documentation for the required credentials.