← Back to Plugins
MCP Server MCP

Short Video Agent Kit

github By github 👁 1 views ▲ 0 votes

Provider-neutral short-form AI video toolkit for agents: Sora, Gemini Veo, xAI/Grok, Seedance.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "short-video-agent-kit",
      "version": "0.1.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to false only when the agent should call paid video providers. Defaults to dry-run behavior.",
          "format": "string",
          "name": "SHORT_VIDEO_DRY_RUN"
        },
        {
          "description": "Optional API key for OpenAI/Sora provider calls.",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Optional API key for Gemini Veo provider calls.",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Optional API key for xAI/Grok provider calls.",
          "format": "string",
          "isSecret": true,
          "name": "XAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...