Convert text to speech, clone voices, generate sound effects, and manage your ElevenLabs voice library — the leading AI voice platform.
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.
{
"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:
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.
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
| 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 |
| Variable | Required | Description | How to Get |
|---|---|---|---|
ELEVENLABS_API_KEY | Yes | Your ElevenLabs API key | elevenlabs.io → Click your profile avatar → API Keys → Create API Key |
ELEVENLABS_API_KEY under Project → Secrets"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"
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":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-elevenlabs
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
The Elevenlabs MCP gives Claude 14 tools covering voices, voice settings, histories. Claude can read, create, update, and manage Elevenlabs data directly from a conversation.
Yes. The Elevenlabs MCP includes tools to list and retrieve voices from your Elevenlabs account. Claude can filter, sort, and summarize voices based on your instructions.
Yes. The Elevenlabs MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 14 Elevenlabs tools are available everywhere you connect it — install once on Aerostack.
Yes. The Elevenlabs MCP includes tools to update voice settings in your Elevenlabs account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Elevenlabs API.