How to Use the Deepgram MCP in Cline
Build voice apps fast by giving Cline direct access to Deepgram transcription, speech synthesis, and account management tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deepgram MCP to Cline
Create your Vinkius account to connect Deepgram to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Voice Features with Cline
Audio transcription and synthesis tools plug directly into your VS Code workflows. Cline uses `transcribe_url` to pull text from media links while it writes your frontend components. You ask for a transcription dashboard, and it builds the UI while testing the actual API responses. Adding voice output requires zero context switching. The agent fires `speak_text` to generate audio assets, then writes the HTML audio tags to play them back. It tests the whole loop before you even review the diff.
Deepgram MCP Server Administration
Project administration and billing checks run straight from the editor sidebar. Cline pulls your active projects with `list_projects` and checks your credit limits using `get_balances`. You never have to leave VS Code to invite a contractor. Tell the agent to add a new developer, and it runs `send_invite` while verifying the current roster via `list_members`. The admin work takes seconds.
Rotate Credentials on Demand
API key rotation happens automatically during your environment setup. Cline fixes hardcoded secrets by calling `create_key` to generate fresh credentials for your local environment file when it builds a new repository. Tearing down a test environment triggers a cleanup routine. The agent scans your account with `list_keys` and executes `delete_key` on anything you no longer need. This keeps your MCP Server connection totally secure.
Set up Deepgram MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
deepgram-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest Deepgram refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"deepgram-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 Deepgram. 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 Deepgram MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Deepgram MCP today
We host it, we monitor it, we maintain it. You just paste one token.