How to Use the CAMB.AI MCP in Claude Code
Automate audio localization in your CI/CD pipelines. Claude Code connects to CAMB.AI from the terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CAMB.AI MCP to Claude Code
Create your Vinkius account to connect CAMB.AI 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.
Script Your Entire Dubbing Workflow
Chain CAMB.AI tools together in any shell script. A build script can trigger a dubbing job by piping a file path to `claude mcp call cambai-mcp create_dubbing`. The command returns a job ID you can save to a file. Then, set up a cron job or a later pipeline step to periodically run `get_job_status` with that ID. Once the status is 'complete', another script can fetch the final audio. It's perfect for headless, automated media processing.
Bulk-Generate TTS Audio for CI/CD
Use Claude Code to generate audio assets in bulk. Your script can read a .csv or .json file of text strings, loop through them, and call `create_tts` for each line. This is how you automate generating audio for IVR systems or game dialogue. Each call to `create_tts` returns a task ID. Your script can collect these IDs and then use a second loop to poll `get_tts_status` and download the results with `get_tts_result` as they become available.
Manage Voices and Languages via CLI
Before you kick off a big job, you can use Claude Code for a quick sanity check from your terminal. Run `claude mcp call cambai-mcp list_target_languages` to get a clean list of supported language codes you can pipe to other tools. This MCP Server makes your entire voice library accessible from the command line. A quick call to `list_cloned_voices` or `list_voices` gives you the exact IDs you need for your scripts.
Set up CAMB.AI 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 seecambai-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CAMB.AI transactions." It will automatically discover and invoke the available CAMB.AI tools.
claude mcp add --transport http cambai-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 CAMB.AI MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CAMB.AI MCP today
We host it, we monitor it, we maintain it. You just paste one token.