How to Use the Maestra MCP in Claude Code
Put video localization in your CI/CD pipeline. Claude Code connects your shell scripts and cron jobs directly to the Maestra API.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Maestra MCP to Claude Code
Create your Vinkius account to connect Maestra 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 Transcription and Translation
This MCP Server lets you run Maestra's localization tools from any terminal. You can pipe a list of public video URLs to a script that calls `upload_media_for_transcription` for each one. It's designed for headless environments where there's no UI. You can chain commands in a single shell script. For example, upload a file, poll its status using `get_file_details` in a loop, and then trigger `translate_transcription` once the initial transcription is complete. It's perfect for automating nightly builds of training materials.
Automate Media Workflows in your MCP Server
Use this server to build solid automation. You can create a cron job that runs daily, calls `list_maestra_files`, and checks for any videos that were uploaded but never translated. This means no more manual checks or spreadsheets. You can pipe the output of one command directly into another. Get a list of file IDs, then pass them to a script that calls `export_transcription_results` to back up all your text data to a local disk. This is all about building reliable, repeatable processes.
Generate Voiceovers from the Command Line
Integrate AI voice generation into your deployment scripts. After a new product tutorial is translated with `translate_transcription`, your script can immediately generate the audio for all target languages as a next step. First, call `list_available_ai_voices` to get the voice IDs you need for each language. Then, trigger `generate_ai_voiceover` for each one. You can automate the creation of dozens of audio files as part of a single GitHub Action.
Set up Maestra 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 seemaestra-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Maestra transactions." It will automatically discover and invoke the available Maestra tools.
claude mcp add --transport http maestra-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 Maestra MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Maestra MCP today
We host it, we monitor it, we maintain it. You just paste one token.