Local-first conversational AI video editor with a professional multi-track timeline, Agent Skills, MCP integration, and Remotion-powered rendering.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openchatcut": {
"command": "npx",
"args": [
"-y",
"0xsline/OpenChatCut"
]
}
}
}
Run in terminal:
claude mcp add openchatcut npx -y 0xsline/OpenChatCut
Add to .cursor/mcp.json:
{
"mcpServers": {
"openchatcut": {
"command": "npx",
"args": [
"-y",
"0xsline/OpenChatCut"
]
}
}
}