Palmier Pro: An AI-Native Video Editor Built for Agents

By Prahlad Menon 3 min read

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 ProOpenCut
Primary focusAI-native editing with agent integrationCapCut replacement with privacy guarantees
MCP server✅ Built-in, first-class❌ Not available
Generative AISeedance, Kling, Nano Banana Pro in-timelineNot a focus
PlatformmacOS only (Apple Silicon)Web, desktop, mobile
LicenseGPLv3 (editor), closed (AI pipeline)MIT (fully open)
Best forDevelopers building AI video workflowsCreators 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: