Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From twelvelabs
Connects to the Twelve Labs API for video understanding, including search, classification, and content analysis. Requires a Twelve Labs API key.
npx claudepluginhub twelvelabs-io/twelve-labs-claude-code-plugin --plugin twelvelabsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"twelvelabs-mcp": {
"command": "npx",
"args": [
"-y",
"--package",
"twelvelabs-mcp",
"twelvelabs-mcp-stdio"
],
"env": {
"TWELVELABS_API_KEY": "${TWELVELABS_API_KEY}"
}
}
}
}Replace placeholder values for: TWELVELABS_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
TWELVELABS_API_KEY=${TWELVELABS_API_KEY}Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.