How to Use the Deepgram MCP in Claude Code
Bring Deepgram into your terminal with Claude Code to automate audio transcriptions and API key rotation via CLI.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deepgram MCP to Claude Code
Create your Vinkius account to connect Deepgram to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Audio Processing
Headless audio transcription executes directly from your command line. You pipe a list of URLs into Claude Code, and it runs `transcribe_url` across the batch. The terminal outputs raw text you can immediately redirect into a database or another shell script. Generating voice alerts for CI/CD pipelines takes one command. Call `speak_text` with your build status, and the agent synthesizes the audio file right on your server. No GUI required.
Deepgram MCP Server Auditing
Account auditing and usage tracking run entirely in the terminal. A quick prompt tells the agent to run `get_usage` and `get_balances`. You see exactly how many transcription minutes your production apps consumed this week. Managing team access works the same way. You ask the CLI to audit users, and it fires `list_members` and `list_projects`. It prints a clean summary of who has access to what right in your standard output.
Script API Key Rotation
API key lifecycle management works perfectly as a scheduled terminal script. Tell your agent to rotate production tokens, and it executes `create_key` to spin up a new secret via your MCP Server connection. Old credentials get purged instantly. The agent cross-references active tokens via `list_keys` and wipes the stale ones with `delete_key`. You can run this entire sequence automatically through a standard cron job.
Set up Deepgram MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedeepgram-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Deepgram transactions." It will automatically discover and invoke the available Deepgram tools.
claude mcp add --transport http deepgram-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.