Coqui TTS (Open Source Speech Studio API) Connector for AI agents.
2 live capabilities
Generate high-quality voiceovers from text using your own Coqui Speech Studio setup.
Waiting for input…
Why people use Coqui TTS (Open Source Speech Studio API)
Coqui TTS for High-Quality Voice Synthesis
This Connector puts that entire process into your chat window. You just tell your agent to speak this, and it handles the request to your Coqui instance. You get the result in seconds without ever touching a file path or a command line.
What Vinkius changes
You get a direct line from your chat interface to your custom voice synthesis engine.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid Video Scripting
A creator asks the agent to read the first three paragraphs of a script and gets the audio back immediately to check the pacing.
- Real-world use case 02
App Prototyping
A developer tells the agent to generate a greeting using the multilingual model to test a new UI flow for a voice-enabled app.
- Real-world use case 03
Model Consistency Testing
A researcher asks the agent to synthesize ten lines of text to compare model consistency across different voices.
Complete set · 2capabilities
The complete Coqui TTS (Open Source Speech Studio API) capability set.
These are the exact actions your AI can choose when you ask it to work with Coqui TTS (Open Source Speech Studio API).
01—02
2 capabilities in this set.
Part of 2 available through Coqui TTS (Open Source Speech Studio API).
- 01 Capability
List models
See every text-to-speech model currently active on your Coqui instance. It helps you pick the right voice for the job.
- 02 Capability
Synthesize speech
Convert a string of text into a spoken audio file. It returns the metadata you need to find and play the result.
Set up in minutes
One URL. Then ask Coqui TTS (Open Source Speech Studio API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Coqui TTS (Open Source Speech Studio API) 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_mTxT2sdkPwqJs70KzThY3INSs9q7xXUbt1OMt9EN/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 Coqui TTS (Open Source Speech Studio API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Coqui TTS (Open Source Speech Studio API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mTxT2sdkPwqJs70KzThY3INSs9q7xXUbt1OMt9EN/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 Coqui TTS (Open Source Speech Studio API) URL.
- Step 03
Save and start
Save the connection and enable Coqui TTS (Open Source Speech Studio API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"coqui-tts-open-source-speech-studio-api": {
"url": "https://edge.vinkius.com/vk_preview_mTxT2sdkPwqJs70KzThY3INSs9q7xXUbt1OMt9EN/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 Coqui TTS (Open Source Speech Studio API)
Open Agent mode in chat and ask: "Using Coqui TTS (Open Source Speech Studio API), help me...". 2 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"coqui-tts-open-source-speech-studio-api": {
"url": "https://edge.vinkius.com/vk_preview_mTxT2sdkPwqJs70KzThY3INSs9q7xXUbt1OMt9EN/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 Coqui TTS (Open Source Speech Studio API)
Ask Copilot: "Using Coqui TTS (Open Source Speech Studio API), help me...". 2 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"coqui-tts-open-source-speech-studio-api": {
"url": "https://edge.vinkius.com/vk_preview_mTxT2sdkPwqJs70KzThY3INSs9q7xXUbt1OMt9EN/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 Coqui TTS (Open Source Speech Studio API)
Open Cascade and ask: "Using Coqui TTS (Open Source Speech Studio API), help me...". 2 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"coqui-tts-open-source-speech-studio-api": {
"url": "https://edge.vinkius.com/vk_preview_mTxT2sdkPwqJs70KzThY3INSs9q7xXUbt1OMt9EN/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 Coqui TTS (Open Source Speech Studio API)
Ask Cline: "Using Coqui TTS (Open Source Speech Studio API), help me...". 2 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add coqui-tts-open-source-speech-studio-api --transport http "https://edge.vinkius.com/vk_preview_mTxT2sdkPwqJs70KzThY3INSs9q7xXUbt1OMt9EN/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 Coqui TTS (Open Source Speech Studio API)
Ask Claude: "Using Coqui TTS (Open Source Speech Studio API), show me...". 2 tools are ready
Where the request belongs
Work Coqui TTS can move forward.
This is for the developer who's tired of manual audio exports and the content creator who needs to churn out dozens of voiceovers without losing their momentum.
Voice App Developer
Testing how different TTS models sound for a new product on a Tuesday afternoon.
Content Creator
Generating quick audio snippets for social media clips without leaving the editor.
AI Researcher
Comparing the output quality of various open-source models through an agent interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPlay.ht (AI Voice Generation & TTS)
Generate ultra-realistic AI voices and convert text to speech instantly using Play.ht's advanced neural engine.
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.
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 (Voice Cloning)
Generate ultra-realistic speech and clone voices instantly using Play.ht's advanced AI voice engines directly from your agent.
Volcengine Speech Synthesis
The massive 'TikTok Voice' TTS API. generate natural speech with ByteDance's iconic voice models.
ElevenLabs
Generate high-quality AI speech via ElevenLabs. use lifelike voices, manage text-to-speech, track usage, and handle audio dubbing directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Coqui TTS 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 Coqui TTS.
The practical details behind the request, access and result.
Does the Coqui TTS MCP provide the voices?
No, this Connector connects to your own Coqui instance. You need to have your models hosted locally or in the cloud for the agent to access them.
Can I use this for real-time speech?
This is best for generating high-quality audio files and metadata. It's designed for workflows where you need to create specific voiceovers from text.
Do I need to host my own Coqui instance?
Yes, you need a Coqui Speech Studio API URL. This Connector acts as a bridge between your AI agent and your existing synthesis setup.
What kind of models can I use?
You can use any models that your Coqui instance supports, including various open-source models for different languages and styles.
Can I use this in Cursor or Claude?
Yes, this works with any MCP-compatible client, including Claude, Cursor, and Windsurf, allowing you to generate audio from your favorite editor.
Is there a limit on how much text I can synthesize?
The limits are determined by your own Coqui instance. You can generate anything from single sentences to longer script segments.
How can I check which voice models are currently installed on my server?
You can use the list_models capability. Your agent will query the Coqui server and return a list of all available TTS models ready for synthesis.
Is it possible to generate audio files from a text string directly?
Yes! Use the synthesize_speech capability by providing the text you want to convert. The agent will process it through Coqui and return the audio metadata.
What do I need to provide to connect my local Coqui instance?
You only need to provide the COQUI_SERVER_URL. This is the base address where your Coqui Speech Studio API is reachable (e.g., http://localhost:5002).
One connection away
Give your agent a direct line to Coqui TTS.
Connect Coqui TTS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available