clipbait for VS Code
io.github.spiritscripts/clipbait
Turn any video into viral clips and clip live streams, from any AI agent.
client:VS Code
transport:stdio
runtime:npm
Install clipbait in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "clipbait-api-key",
"description": "CLIPBAIT_API_KEY",
"password": true
}
],
"servers": {
"clipbait": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clipbait"
],
"env": {
"CLIPBAIT_API_KEY": "${input:clipbait-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs