Auto Director MCP Server

$node /path/to/auto-director/packages/mcp-server/dist/index.js
README.md

The Agentic Video Generation Framework.

šŸŽ¬ Auto Director

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


āš”ļø Quick Start

For Humans šŸ§‘ā€šŸ’»

Instantly initialize Auto Director in your repository.

npx auto-director init

This will:

  1. Ask for your project name & theme (Cyberpunk / Minimal / Playful).
  2. Scaffold a video/ directory with the engine.
  3. Generate a starter director.json.

Then, render your video:

cd my-video-project
npm install
npm run build -- --props=./director.json

For Agents šŸ¤–

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.


🧠 The Hybrid Architecture

Unlike traditional "Text-to-Video" tools that hallucinate random clips, Auto Director uses a Hybrid Template Engine:

  1. AI (The Creative Director): Analyzes the repository, extracts the "Vibe" (Cyberpunk, Minimal, Playful), and generates a structured director.json configuration.
  2. Engine (The Renderer): A robust Remotion-based Universal Template renders the video with high-end animations, guaranteeing a perfect compile every time.

šŸŽØ Themes

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

šŸ›  Project Structure

.
ā”œā”€ā”€ 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)

šŸ¤– Agent Registration (Advanced)

To make this repository discoverable by other AI agents (Claude, Windsurf, etc.), we recommend registering it on Glama or Smithery.

**Recommended: Glama**

  1. Go to Glama MCP Servers.
  2. Log in with GitHub.
  3. Click "Add Server" and select the auto_CM_director repository.
  4. The system will automatically detect the capabilities via the included configuration file.

**Alternative: Smithery**

  1. Go to Smithery.
  2. Submit the repository URL: https://github.com/naki0227/auto_CM_director.

šŸ¤ Contributing

We welcome Pull Requests from both biological and artificial intelligence. See CONTRIBUTING.md for the Agentic Guide.


License: MIT Created by: You & Your Agents.

Tools (1)

generate_commercialGenerates a promotional commercial video for a software project using repository context.

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "auto-director": {
      "command": "node",
      "args": ["/path/to/auto-director/packages/mcp-server/dist/index.js"]
    }
  }
}

Try it

→Generate a cyberpunk-themed promotional video commercial for https://github.com/example/project using generate_commercial.
→Create a minimal style marketing video for my SaaS repo at https://github.com/user/saas-app with the auto-cm-director server.
→Direct a playful promotional video for my game project repository using the generate_commercial tool.
→Analyze https://github.com/my/repo and generate a Remotion-based commercial video in minimal theme.
→Use generate_commercial to produce a neon cyberpunk ad for my devtool CLI repo.

Frequently Asked Questions

How do I install Auto Director?

Install Auto Director by running: node /path/to/auto-director/packages/mcp-server/dist/index.js

What MCP clients work with Auto Director?

Auto Director works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Auto Director with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free