Server data from the Official MCP Registry
RunAPI MCP server for ElevenLabs: create tasks, poll status, and check pricing.
RunAPI MCP server for ElevenLabs: create tasks, poll status, and check pricing.
7 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: RUNAPI_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-runapi-builder-elevenlabs-mcp": {
"env": {
"RUNAPI_API_KEY": "your-runapi-api-key-here"
},
"args": [
"-y",
"@runapi.ai/elevenlabs-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
RunAPI MCP server for the ElevenLabs model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.
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.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.json
Get an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.
Run the server over stdio:
npx -y @runapi.ai/elevenlabs-mcp
Add 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}" }
}
}
}
Apache-2.0
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.