OpenMontage

GitHub

World's first open-source, agentic video production system. 12 production pipelines, 100+ tools, 700+ agent skill and production-knowledge files. Turn your AI coding assistant into a full video production studio.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "OpenMontage": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-OpenMontage"
      ]
    }
  }
}