npx claudepluginhub dojocodinglabs/remotion-superpowers --plugin remotion-superpowersAdd to your .mcp.json:
{
"mcpServers": {
"TwelveLabs": {
"command": "npx",
"args": [
"-y",
"twelvelabs-mcp"
],
"env": {
"TWELVELABS_API_KEY": "${TWELVELABS_API_KEY}"
}
}
}
}Replace placeholder values for: TWELVELABS_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxTWELVELABS_API_KEY=${TWELVELABS_API_KEY}