Cartesia (Voice AI) Connector for AI agents.
20 live capabilities
Generate high-quality speech and clone voices for your apps.
Waiting for input…
Why people use Cartesia (Voice AI)
Cartesia Voice AI for Low-Latency Speech Synthesis
This Connector changes that by giving your agent direct access to Sonic models. You get high-fidelity audio that responds in real time. It makes your bot feel like a human on the other end of the line instead of a machine reading a script.
What Vinkius changes
You get human-sounding speech and transcription without building your own audio engine.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Low-latency phone bots
A developer wants a phone bot that doesn't lag.
- Real-world use case 02
Custom voice narrations
A YouTuber wants to clone their own voice.
- Real-world use case 03
Bulk meeting transcription
A company needs to transcribe 100 hours of meetings.
Complete set · 20capabilities
The complete Cartesia (Voice AI) capability set.
These are the exact actions your AI can choose when you ask it to work with Cartesia (Voice AI).
01—04
4 capabilities in this set.
Part of 20 available through Cartesia (Voice AI).
- 01 Capability
Get usage credits
Check how many credits you have left. Use this to monitor your costs during heavy testing.
- 02 Capability
Localize voice
Change a voice's language or dialect. This is how you make a voice sound local to a specific region.
- 03 Capability
Clone voice
Create a new voice from a 5-second audio clip. This is the fastest way to get a custom voice model.
- 04 Capability
Create pronunciation dict
Make a list of how specific words should sound. Use this for technical jargon or brand names.
05—08
4 capabilities in this set.
Part of 20 available through Cartesia (Voice AI).
- 05 Capability
Delete pronunciation dict
Remove a pronunciation dictionary you no longer need. Keep your library clean.
- 06 Capability
Delete voice
Permanently remove a voice from your account. Use this to manage your storage and limits.
- 07 Capability
Generate access token
Get a short-lived token for client-side requests. This helps keep your main API key secure.
- 08 Capability
Get agent
Pull the details of a specific voice agent. Useful for checking agent configurations on the fly.
09—12
4 capabilities in this set.
Part of 20 available through Cartesia (Voice AI).
- 09 Capability
Infill bytes
Generate audio to bridge two existing audio segments. It makes your voice clips sound continuous.
- 10 Capability
List agent calls
See the history of calls and transcripts for a specific agent. It's great for debugging conversation flows.
- 11 Capability
List agents
See all the voice agents you've created. Use this to pick the right one for a task.
- 12 Capability
List pronunciation dicts
View all your custom pronunciation rules. This helps you manage how your AI handles specific words.
13—16
4 capabilities in this set.
Part of 20 available through Cartesia (Voice AI).
- 13 Capability
List voices
See every voice available in your account. Use this to browse your library of voices.
- 14 Capability
Get voice
Get the specific details of a voice model. Use this to check IDs before you start a project.
- 15 Capability
Update voice
Change the metadata for an existing voice. Use this to keep your voice library organized.
- 16 Capability
Stt batch
Transcribe a whole folder of audio files into text at once. It's the fastest way to handle bulk transcription.
17—20
4 capabilities in this set.
Part of 20 available through Cartesia (Voice AI).
- 17 Capability
Tts bytes
Turn text into a downloadable audio file. Use this when you need a static file instead of a stream.
- 18 Capability
Tts sse
Stream text-to-speech audio as it's being generated. This is the best way to achieve low-latency conversation.
- 19 Capability
Update pronunciation dict
Edit your existing pronunciation rules. Use this to fix how the AI says a specific term.
- 20 Capability
Voice changer bytes
Swap the voice of an existing audio clip. It keeps the original tone but changes the speaker.
Set up in minutes
One URL. Then ask Cartesia (Voice AI) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cartesia (Voice AI) 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_fqUkC4o6TEWq9kAU8DlY8MAb7pfJxo3R952S85p7/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 Cartesia (Voice AI), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cartesia (Voice AI) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fqUkC4o6TEWq9kAU8DlY8MAb7pfJxo3R952S85p7/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 Cartesia (Voice AI) URL.
- Step 03
Save and start
Save the connection and enable Cartesia (Voice AI) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cartesia-voice-ai": {
"url": "https://edge.vinkius.com/vk_preview_fqUkC4o6TEWq9kAU8DlY8MAb7pfJxo3R952S85p7/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 Cartesia (Voice AI)
Open Agent mode in chat and ask: "Using Cartesia (Voice AI), help me...". 20 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cartesia-voice-ai": {
"url": "https://edge.vinkius.com/vk_preview_fqUkC4o6TEWq9kAU8DlY8MAb7pfJxo3R952S85p7/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 Cartesia (Voice AI)
Ask Copilot: "Using Cartesia (Voice AI), help me...". 20 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cartesia-voice-ai": {
"url": "https://edge.vinkius.com/vk_preview_fqUkC4o6TEWq9kAU8DlY8MAb7pfJxo3R952S85p7/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 Cartesia (Voice AI)
Open Cascade and ask: "Using Cartesia (Voice AI), help me...". 20 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cartesia-voice-ai": {
"url": "https://edge.vinkius.com/vk_preview_fqUkC4o6TEWq9kAU8DlY8MAb7pfJxo3R952S85p7/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 Cartesia (Voice AI)
Ask Cline: "Using Cartesia (Voice AI), help me...". 20 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cartesia-voice-ai --transport http "https://edge.vinkius.com/vk_preview_fqUkC4o6TEWq9kAU8DlY8MAb7pfJxo3R952S85p7/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 Cartesia (Voice AI)
Ask Claude: "Using Cartesia (Voice AI), show me...". 20 tools are ready
Where the request belongs
Work Cartesia can move forward.
For developers and creators who are tired of robotic voices and want to build apps that feel like actual conversations.
AI Engineer
Building low-latency voice bots for phone systems and customer service.
Content Creator
Automating high-quality voiceovers for YouTube, podcasts, and social media.
Product Manager
Designing conversational interfaces that need to sound empathetic and human.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLMNT (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.
Play.ht (Voice Cloning)
Generate ultra-realistic speech and clone voices instantly using Play.ht's advanced AI voice engines directly from your 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.
Inworld AI
Power your AI agents with Inworld's lifelike voices, voice cloning, and advanced character orchestration routers.
ElevenLabs
Generate lifelike speech, clone voices, and create sound effects using ElevenLabs' industry-leading AI audio technology.
Lovo AI (Genny TTS & Voice Synthesis API)
Generate high-quality AI voices and text-to-speech synthesis directly from your AI agent using Lovo AI's Genny API.
Bring your own AI
Change the model, client or framework. Keep Cartesia 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 Cartesia.
The practical details behind the request, access and result.
Does Cartesia Voice AI support real-time conversation?
Yes, it supports real-time speech. By using the streaming capabilities, your AI agent can respond with almost zero delay, making it perfect for voice bots.
How do I make the AI say technical words correctly?
You can create a custom dictionary of words. This tells the AI exactly how to pronounce specific terms, brand names, or industry jargon.
Can I use my own voice for an AI agent?
Yes, you can clone a voice from a short audio clip. This allows you to create a custom voice model that sounds just like you or anyone else.
Is there a way to transcribe multiple files at once?
Yes, the Connector includes a batch transcription capability. You can send a whole list of audio files and get the text back in one go.
How do I see if I'm running out of credits?
You can ask your agent to check your usage stats. It will pull your current credit balance and tell you how much you have left for the month.
Can the AI speak in different accents?
Yes, the Connector allows you to adapt a voice to a new language or dialect. This is great for making your content feel local to different countries.
Can I generate audio in different formats like MP3 or WAV?
Yes. Using the tts_bytes capability, you can specify the output_format_container as 'mp3', 'wav', or 'raw', and configure the sample rate and encoding to match your needs.
How do I transcribe an existing audio file to text?
Use the stt_batch capability. Provide the base64 encoded audio file, specify the model (e.g., 'ink-whisper'), and the language code to receive a full transcription.
Is it possible to clone a voice using this integration?
Absolutely. The clone_voice capability allows you to create a new voice model by uploading a short (approx. 5s) base64 encoded audio clip.
One connection away
Give your agent a direct line to Cartesia.
Connect Cartesia once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available