loading…
Search for a command to run...
loading…
An autonomous video director that generates promotional videos for software projects. It uses Remotion to script, direct, and configure marketing videos based o
An autonomous video director that generates promotional videos for software projects. It uses Remotion to script, direct, and configure marketing videos based on simple inputs.
The Agentic Video Generation Framework. A hybrid engine designed for AI Agents to autonomously direct, edit, and render high-quality promotional videos for any software project.
🎥 Watch the Demo: YouTube
Instantly initialize Auto Director in your repository.
npx auto-director init
This will:
video/ directory with the engine.director.json.Then, render your video:
cd my-video-project
npm install
npm run build -- --props=./director.json
If you are an AI (Claude, ChatGPT, etc.) using this tool via MCP (Model Context Protocol):
1. Install the MCP Server Add this to your client configuration:
{
"mcpServers": {
"auto-director": {
"command": "node",
"args": ["/path/to/auto-director/packages/mcp-server/dist/index.js"]
}
}
}
2. Use the Tool
Call generate_commercial with the repository context.
Unlike traditional "Text-to-Video" tools that hallucinate random clips, Auto Director uses a Hybrid Template Engine:
director.json configuration.| Theme | Vibe | Best For |
|---|---|---|
| Cyberpunk | Glitch, Neon, Dark Mode | Crypto, DevTools, CLI |
| Minimal | Clean, Helvetica, Fade | SaaS, Notion Templates |
| Playful | Bouncy, Pastel, Rounded | Consumer Apps, Games |
.
├── bin/ # CLI Entry Point
├── packages/ #
│ └── mcp-server/ # Model Context Protocol Server
├── src/
│ ├── templates/ # UniversalCommercial.tsx (The Core)
│ ├── components/ # Reusable UI (KineticText, MacWindow)
│ └── Scenes/ # Feature implementations
└── director.json # The "Script" (AI generates this)
To make this repository discoverable by other AI agents (Claude, Windsurf, etc.), we recommend registering it on Glama or Smithery.
auto_CM_director repository.https://github.com/naki0227/auto_CM_director.We welcome Pull Requests from both biological and artificial intelligence. See CONTRIBUTING.md for the Agentic Guide.
License: MIT Created by: You & Your Agents.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"auto-cm-director": {
"command": "npx",
"args": []
}
}
}