Palmier Pro: An AI-Native Video Editor Built for Agents
Most AI video tools feel bolted on â generate something in one app, download it, import into your editor, repeat. Palmier Pro takes a different approach: itâs a video editor designed around AI agents from day one.
What Makes It Different
Palmier Pro is an open-source, Swift-native video editor for macOS that brings generative AI directly into the timeline. Instead of the usual export-import dance, you can generate videos and images with models like Seedance, Kling, and Nano Banana Pro right where youâre editing.
But the really interesting part is the MCP integration.
The MCP Server
When Palmier Pro is running, it exposes an MCP server at http://127.0.0.1:19789/mcp. This means your favorite AI coding assistant can actually interact with your video project:
Claude Code:
claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
Codex:
codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
Cursor: Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"palmier-pro": {
"type": "http",
"url": "http://127.0.0.1:19789/mcp"
}
}
}
Once connected, your agent can auto-split and trim clips, rearrange sequences, generate new content, and work alongside you in the same project. This isnât âAI-assistedâ â itâs collaborative editing where the AI has actual access to your timeline.
Whatâs Open Source (and What Isnât)
The core video editor, MCP server, and agent chat are all open source under GPLv3. The only closed-source component is the generative AI processing pipeline.
Free tier: The editor itself requires no login. You can use it as a traditional video editor (think CapCut or Premiere) and experiment with the MCP server to connect your agents.
Paid tier: Generative AI features (Seedance, Kling, Nano Banana Pro) require a subscription.
Requirements
- macOS 26 (Tahoe)
- Apple Silicon only
Why This Matters
The MCP pattern is showing up everywhere now, but Palmier Pro is one of the first creative tools to embrace it fully. Instead of treating AI as a separate step in your workflow, it becomes a collaborator with the same access to your project that you have.
For anyone building AI-assisted creative workflows â or just tired of the generate-download-import loop â this is worth watching.
How It Compares to OpenCut
If youâre thinking âwait, didnât we just cover an open-source CapCut alternative?â â yes, OpenCut is the other big player in this space. But theyâre solving different problems:
| Palmier Pro | OpenCut | |
|---|---|---|
| Primary focus | AI-native editing with agent integration | CapCut replacement with privacy guarantees |
| MCP server | â Built-in, first-class | â Not available |
| Generative AI | Seedance, Kling, Nano Banana Pro in-timeline | Not a focus |
| Platform | macOS only (Apple Silicon) | Web, desktop, mobile |
| License | GPLv3 (editor), closed (AI pipeline) | MIT (fully open) |
| Best for | Developers building AI video workflows | Creators escaping CapCutâs paywalls |
The short version: OpenCut is the âfree CapCut that canât enshittifyâ â great for anyone who just wants to edit video without subscriptions or data harvesting. Palmier Pro is for developers who want their AI agents to have actual access to the video timeline.
If youâre building agentic workflows that touch video, Palmierâs MCP server is the differentiator. If you just need a solid free editor, OpenCut (with 87K+ stars now) is the safer long-term bet.
Links: