# calesthio/OpenMontage | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 45,152 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "OpenMontage": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenMontage" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "OpenMontage": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenMontage" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-OpenMontage` - **Docker**: `docker run -i --rm mcp/OpenMontage`