ElevenLabs Connector for AI agents.
12 live capabilities
Generate high-fidelity neural audio and manage voice clones from your favorite chat interface.
Waiting for input…
Why people use ElevenLabs
ElevenLabs Neural Audio for Scalable Content Production
This Connector lets you stay in your workspace. You just tell your agent to turn a script into audio. It handles the conversion, finds the link, and gives it to you. You get your final files without ever leaving your conversation.
What Vinkius changes
You get high-fidelity audio files without ever opening a web browser.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Script to Voiceover
A YouTuber has a 5-minute script.
- Real-world use case 02
Brand Voice Audit
A marketing lead asks the agent to list all custom voices to ensure the 'CEO Voice' is still active and correctly tuned.
- Real-world use case 03
Character Limit Check
A developer wants to know if they have enough credits to run a batch of 50 audio files before starting a job.
Complete set · 12capabilities
The complete ElevenLabs capability set.
These are the exact actions your AI can choose when you ask it to work with ElevenLabs.
01—04
4 capabilities in this set.
Part of 12 available through ElevenLabs.
- 01 Capability
Get account info
See your current profile details and account status at a glance.
- 02 Capability
Get voice settings
View the fine-tuning parameters for a specific voice to ensure consistent tone.
- 03 Capability
Get voice
Retrieve the full details and metadata for a specific voice in your library.
- 04 Capability
List audio history
See a full log of all the audio you've generated recently.
05—08
4 capabilities in this set.
Part of 12 available through ElevenLabs.
- 05 Capability
List models
Browse the available neural audio models to pick the best one for your project.
- 06 Capability
List voices
See every voice available to you, including standard and custom clones.
- 07 Capability
Text to speech
Convert a block of text into high-fidelity audio using your preferred voice.
- 08 Capability
Get history item
Pull specific details about a single past audio generation.
09—12
4 capabilities in this set.
Part of 12 available through ElevenLabs.
- 09 Capability
Get subscription info
Check your current plan, character limits, and remaining balance.
- 10 Capability
Delete history item
Remove a specific entry from your generation history.
- 11 Capability
Delete voice
Remove a specific cloned voice from your library to keep your workspace clean.
- 12 Capability
Get download link
Grab the direct URL for a previously generated audio file so you can save it.
Set up in minutes
One URL. Then ask ElevenLabs to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ElevenLabs from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XylYY606dexP0CjL1KVPRoLs3P6R5vhyPoFAlfui/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it ElevenLabs, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ElevenLabs for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XylYY606dexP0CjL1KVPRoLs3P6R5vhyPoFAlfui/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the ElevenLabs URL.
- Step 03
Save and start
Save the connection and enable ElevenLabs in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"elevenlabs-alternative": {
"url": "https://edge.vinkius.com/vk_preview_XylYY606dexP0CjL1KVPRoLs3P6R5vhyPoFAlfui/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using ElevenLabs
Open Agent mode in chat and ask: "Using ElevenLabs, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"elevenlabs-alternative": {
"url": "https://edge.vinkius.com/vk_preview_XylYY606dexP0CjL1KVPRoLs3P6R5vhyPoFAlfui/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using ElevenLabs
Ask Copilot: "Using ElevenLabs, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"elevenlabs-alternative": {
"url": "https://edge.vinkius.com/vk_preview_XylYY606dexP0CjL1KVPRoLs3P6R5vhyPoFAlfui/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using ElevenLabs
Open Cascade and ask: "Using ElevenLabs, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"elevenlabs-alternative": {
"url": "https://edge.vinkius.com/vk_preview_XylYY606dexP0CjL1KVPRoLs3P6R5vhyPoFAlfui/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using ElevenLabs
Ask Cline: "Using ElevenLabs, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add elevenlabs-alternative --transport http "https://edge.vinkius.com/vk_preview_XylYY606dexP0CjL1KVPRoLs3P6R5vhyPoFAlfui/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using ElevenLabs
Ask Claude: "Using ElevenLabs, show me...". 12 tools are ready
Where the request belongs
Work ElevenLabs can move forward.
Content creators who need to pump out voiceovers, developers building TTS apps, and marketing leads who need to manage brand voices.
Video Editor
Generates multiple versions of a script using different voices to see what sticks for a YouTube video.
App Developer
Queries the voice library to find the right specs and models for a new NPC in a gaming project.
Marketing Manager
Checks character limits to ensure the team doesn't run out of credits mid-campaign.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsElevenLabs
Generate lifelike speech, clone voices, and create sound effects using ElevenLabs' industry-leading AI audio technology.
Play.ht (Voice Cloning)
Generate ultra-realistic speech and clone voices instantly using Play.ht's advanced AI voice engines directly from your agent.
Cartesia (Voice AI)
Generate lifelike AI voices, clone speech, and transcribe audio with Cartesia's state-of-the-art Sonic models directly from your AI agent.
Play.ht (AI Voice Generation & TTS)
Generate ultra-realistic AI voices and convert text to speech instantly using Play.ht's advanced neural engine.
LMNT (Ultra-low Latency Speech Synthesis)
Synthesize ultra-low latency AI speech, clone voices instantly, and manage your LMNT audio assets directly from any AI agent.
Inworld AI
Power your AI agents with Inworld's lifelike voices, voice cloning, and advanced character orchestration routers.
Bring your own AI
Change the model, client or framework. Keep ElevenLabs connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about ElevenLabs.
The practical details behind the request, access and result.
What is the ElevenLabs MCP for?
It lets your AI agent talk directly to ElevenLabs to generate high-quality speech and manage your voice library without you having to open a browser.
Can I use my custom cloned voices?
Yes, the Connector can access your entire library, including any custom clones you've created, so your agent can use your specific brand voices.
How do I get my audio files?
Once your agent generates the audio, it can provide you with a direct download link for the finished file immediately.
Can I check my credit balance?
Yes, you can ask your agent to check your subscription info to see how many characters you have left and when your next reset is.
Does this work with my existing ElevenLabs account?
It does. You just need to provide your API key, and the Connector will connect to your existing profile and data.
Can I manage my voice library?
You can ask your agent to list your voices, check specific settings, or even delete voices you no longer need.
Can the agent pick the best audio model?
Yes, it can list all available models and select the one that fits your needs, like a specific multilingual model.
How do I find my ElevenLabs API Key?
Log in to your account, click your profile icon (bottom left), and navigate to the API Key section to generate or copy your token.
Which model should I use for multiple languages?
The eleven_multilingual_v2 model is recommended for high-quality speech generation in over 29 different languages.
Can I get a direct download link for a past generation?
Yes! Use the get_download_link capability with a history item ID to retrieve a temporary URL for the audio file.
One connection away
Give your agent a direct line to ElevenLabs.
Connect ElevenLabs once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available