How to Use the Cartesia (Voice AI) MCP in Cursor
Build voice apps faster by injecting real Cartesia (Voice AI) responses directly into Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cartesia (Voice AI) MCP to Cursor
Create your Vinkius account to connect Cartesia (Voice AI) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Real-Time Audio Generation
Tools like `tts_bytes` and `tts_sse` let Cursor generate actual audio payloads while you write code. Instead of guessing what the API returns, your editor pulls the exact byte streams or server-sent events using this MCP Server. This means you can test your audio playback functions against live data immediately. Getting the right voice profile is critical for testing. The `list_voices` tool fetches available models, and `get_voice` pulls the specific metadata you need to populate your frontend dropdowns. If you need temporary access for a client-side component, `generate_access_token` creates a short-lived key on the fly.
Cursor MCP Server Audio Manipulation
The `clone_voice` tool processes a short audio sample to create a new vocal identity. Your AI client can write the upload logic, trigger the clone, and immediately use the new voice ID in your test scripts. Need to tweak the output? The `localize_voice` tool adjusts the dialect to match your target market. Fixing audio gaps programmatically saves hours of manual editing. Running `infill_bytes` generates synthetic speech to patch two separate recordings together. For dynamic character voices in games or apps, `voice_changer_bytes` applies a new vocal timbre while maintaining the original actor's delivery.
Call Transcripts and Phonetic Rules
The `list_agent_calls` tool pulls conversation logs and transcripts straight into your workspace. Cursor reads these logs to help you debug intent recognition or write better prompt structures for your voice agents. You can verify your active setup anytime using `list_agents`. Hardcoding pronunciation fixes gets messy fast. Calling `create_pronunciation_dict` moves those rules to the API level, keeping your application logic clean. You can manage these rules via `list_pronunciation_dicts` and remove outdated ones with `delete_pronunciation_dict`.
Set up Cartesia (Voice AI) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Cartesia (Voice AI) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Cartesia (Voice AI) transactions." If the MCP tools are loaded correctly, Cursor will call the Cartesia (Voice AI) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cartesia-voice-ai-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Cartesia. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Cartesia (Voice AI) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cartesia (Voice AI) MCP today
We host it, we monitor it, we maintain it. You just paste one token.