MCP server/ai-tools

Auto CM Director MCP Server

The Agentic Video Generation Framework.

★ 6naki0227/auto_CM_director ↗by naki0227updated
Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1

Prepare the server locally

Run this once before adding it to Claude Code.

git clone https://github.com/naki0227/auto_CM_director
cd auto_CM_director

Then follow the repository README for any remaining dependency or build steps.

2

Register it in Claude Code

claude mcp add auto-cm-director -- node /path/to/auto-director/packages/mcp-server/dist/index.js

Replace any placeholder paths in the command with the real path on your machine.

3

Make your agent remember this setup

auto-cm-director's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.

npx conare@latest

Free · one command · indexes the sessions already on disk. Set up in the browser instead →

What it does

  • Autonomous direction and editing of promotional videos
  • Hybrid template engine using Remotion for high-quality rendering
  • AI-driven script and configuration generation via director.json
  • Support for multiple visual themes including Cyberpunk, Minimal, and Playful

Tools 1

generate_commercialGenerates a promotional video for a software project based on repository context.

Try it

Generate a promotional video for my current project using the Cyberpunk theme.
Create a marketing video for this repository that highlights our new CLI features.
Direct a short promotional clip for my SaaS project using the Minimal theme.
Original README from naki0227/auto_CM_director

🎬 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.

Frequently Asked Questions

What are the key features of Auto CM Director?

Autonomous direction and editing of promotional videos. Hybrid template engine using Remotion for high-quality rendering. AI-driven script and configuration generation via director.json. Support for multiple visual themes including Cyberpunk, Minimal, and Playful.

What can I use Auto CM Director for?

Creating promotional videos for open-source software projects. Generating marketing content for SaaS products directly from repository context. Automating the creation of demo videos for CLI tools and developer utilities.

How do I install Auto CM Director?

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

What MCP clients work with Auto CM Director?

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

Conare · memory for coding agents

Turn this server into reusable context

Keep Auto CM Director docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Set up free$npx conare@latest