← Back to Plugins
MCP Server MCP

io.github.spiritscripts/clipbait

github By github 👁 1 views ▲ 0 votes

Turn any video into viral clips and clip live streams, from any AI agent.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "clipbait",
      "version": "1.9.3",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Clipbait API key (cbk_live_...). Get it at https://app.clipbait.ai/me",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLIPBAIT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...