Back to Browse

Short Video Agent Kit MCP Server

Developer ToolsLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Set to false only when the agent should call paid video providers. Defaults to dry-run behavior.Optional

Environment variable: SHORT_VIDEO_DRY_RUN

Optional API key for OpenAI/Sora provider calls.Required

Environment variable: OPENAI_API_KEY

Optional API key for Gemini Veo provider calls.Required

Environment variable: GEMINI_API_KEY

Optional API key for xAI/Grok provider calls.Required

Environment variable: XAI_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-davidmosiah-short-video-agent-kit": {
      "env": {
        "XAI_API_KEY": "your-xai-api-key-here",
        "GEMINI_API_KEY": "your-gemini-api-key-here",
        "OPENAI_API_KEY": "your-openai-api-key-here",
        "SHORT_VIDEO_DRY_RUN": "your-short-video-dry-run-here"
      },
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!