The TwelveLabs MCP Server provides seamless integration with the TwelveLabs platform. This server enables AI assistants and applications to interact with TwelveLabs powerful video analysis capabilities through a standardized MCP interface.
Server Config
{
"mcpServers": {
"twelvelabs-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.twelvelabs.io",
"--header",
"x-api-key: YOUR_TWELVELABS_API_KEY"
]
}
}
}