How to Use the Twelve Labs (Video Understanding) MCP in Claude Code
Automate video intelligence pipelines and run scripts with Twelve Labs (Video Understanding) using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Twelve Labs (Video Understanding) MCP to Claude Code
Create your Vinkius account to connect Twelve Labs (Video Understanding) 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.
Scripting Video Analysis Jobs
To script a full analysis job, you start by calling `analyze_async`. This tool runs the heavy lifting in the background, allowing your CI/CD pipeline to continue without waiting for segmentation. You can then poll for results later. It's perfect for cron jobs where you need to process hours of video data overnight and just check the status the next morning.
Batch Indexing via CLI
For batch processing, first define your collection using `create_entity_collection`. Then, iterate through a list of assets and run `index_asset` for each one. This pattern is reliable in headless scripts. Claude Code handles the necessary multipart uploads automatically, making it ideal for scripted data ingestion from cloud storage buckets.
Automated Data Retrieval and Reporting
Once videos are indexed, you run a `search` command that accepts parameters like asset IDs or time ranges. This returns machine-readable JSON output. Your script can pipe this output directly into another service—maybe logging the results to a database table or triggering an alert based on what it finds.
Set up Twelve Labs (Video Understanding) 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 seetwelve-labs-video-understanding-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Twelve Labs (Video Understanding) transactions." It will automatically discover and invoke the available Twelve Labs (Video Understanding) tools.
claude mcp add --transport http twelve-labs-video-understanding-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 Twelve Labs (Video Understanding) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Twelve Labs (Video Understanding) MCP today
We host it, we monitor it, we maintain it. You just paste one token.