Use the TwelveLabs Claude Code plugin to search videos, analyze their content, and create embeddings without leaving Claude Code.
The Claude Code plugin and the MCP server both connect Claude to the TwelveLabs Video Understanding Platform. Use the plugin if you work exclusively in Claude Code. Use the MCP server if you work across multiple AI clients.
Key features:
/twelvelabs: namespace.To use the platform, you need an API key:
Claude Code installed on your machine.
The plugin adds slash commands to Claude Code under the /twelvelabs: namespace. You can also describe tasks in plain English, and Claude will invoke the appropriate commands. See the Natural language usage section in the GitHub repository for examples.
Before searching or analyzing, index your videos using /twelvelabs:index-video.
For the full list of commands and usage examples, see the TwelveLabs Claude Code plugin repository on GitHub.
Examples:
/twelvelabs:search: Find specific moments using a natural language query./twelvelabs:analyze: Analyze a video to generate text based on its content./twelvelabs:embed: Create embeddings for downstream AI tasks.If you encounter issues after installation, see the Troubleshooting section in the GitHub repository.