@runapi.ai/elevenlabs-mcp
Provides tools for interacting with ElevenLabs AI audio models, including audio isolation, speech-to-text, text-to-dialogue, text-to-sound, and text-to-speech, with task creation, status polling, and pricing checks via the RunAPI platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@runapi.ai/elevenlabs-mcpConvert this text to speech: 'Hello, how are you?'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@runapi.ai/elevenlabs-mcp
RunAPI MCP server for the ElevenLabs model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.
Tools
isolate_audio— create a ElevenLabs task (isolate audio) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:audio-isolation,speech-to-text,text-to-dialogue-v3,sound-effect-v2,text-to-speech-multilingual-v2,text-to-speech-turbo-v2.5.speech_to_text— create a ElevenLabs task (speech to text) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:audio-isolation,speech-to-text,text-to-dialogue-v3,sound-effect-v2,text-to-speech-multilingual-v2,text-to-speech-turbo-v2.5.text_to_dialogue— create a ElevenLabs task (text to dialogue) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:audio-isolation,speech-to-text,text-to-dialogue-v3,sound-effect-v2,text-to-speech-multilingual-v2,text-to-speech-turbo-v2.5.text_to_sound— create a ElevenLabs task (text to sound) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:audio-isolation,speech-to-text,text-to-dialogue-v3,sound-effect-v2,text-to-speech-multilingual-v2,text-to-speech-turbo-v2.5.text_to_speech— create a ElevenLabs task (text to speech) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:audio-isolation,speech-to-text,text-to-dialogue-v3,sound-effect-v2,text-to-speech-multilingual-v2,text-to-speech-turbo-v2.5.get_task— fetch the current status and latest payload for a task.check_pricing— look up pricing for a model in this line.
Related MCP server: ElevenLabs MCP Server
Configuration
Set a RunAPI API key via the RUNAPI_API_KEY environment variable, or write
it to ~/.config/runapi/config.json:
mkdir -p ~/.config/runapi
echo '{"api_key":"YOUR_KEY"}' > ~/.config/runapi/config.jsonGet an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.
Usage
Run the server over stdio:
npx -y @runapi.ai/elevenlabs-mcpAdd it to an MCP client (see examples/ for per-client configs):
{
"mcpServers": {
"elevenlabs": {
"command": "npx",
"args": ["-y", "@runapi.ai/elevenlabs-mcp"],
"env": { "RUNAPI_API_KEY": "${RUNAPI_API_KEY}" }
}
}
}License
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/runapi-ai/elevenlabs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server