Palmier Pro is a native macOS video editor that exposes video editing workflows to AI agents through MCP. If you want Claude, Codex, Cursor, or Claude Code to inspect assets, work with a timeline, and help with editing tasks, Palmier Pro is closer to a local AI video editing workbench than a one-click text-to-video website.
This guide explains what palmier-io/palmier-pro does, who should try it, how to connect the MCP server, and how to test a safe first workflow before asking an agent to edit a real project.
Project repository:
https://github.com/palmier-io/palmier-pro
Official site:
Who Palmier Pro Is For
Palmier Pro is a better fit for these users:
- You already edit short videos, tutorial videos, or product demos on a Mac.
- You want Claude, Codex, or Cursor to participate in the editing workflow.
- You want to expose a video editing tool to AI through MCP, instead of only asking AI to write scripts.
- You prefer keeping assets and editing work on your local machine.
If all you need is “generate a video from one sentence”, this may not be the easiest choice. It is closer to a video editing workbench that agents can call.
Palmier Pro MCP Setup for Claude, Codex, and Cursor
The README gives several integration options. Claude Code can add the HTTP MCP server like this:
|
|
Codex CLI can add it this way:
|
|
For Cursor, add this to ~/.cursor/mcp.json:
|
|
Claude Desktop can also install the Desktop Extension from the app: Help -> MCP Instructions -> Install in Claude Desktop.
A Practical AI Video Editing Workflow
I suggest trying it in this order:
- Install and open Palmier Pro.
- Import a test video in the app.
- Open the MCP instructions and confirm the local MCP URL is
http://127.0.0.1:19789/mcp. - Add the MCP server in Claude Code, Codex, or Cursor.
- Ask the agent to do small tasks first, such as listing assets, checking the timeline, or cutting empty segments.
Do not ask the agent to produce a complete final video at the beginning. A steadier approach is to let it find assets, mark segments, and generate editing suggestions first. Once tool calls are stable, you can move to more complex editing work.
Notes
Palmier Pro is mainly a local app plus MCP. When troubleshooting, check three things first:
- Whether the app is running.
- Whether MCP port
19789is reachable. - Whether the MCP configuration in Claude, Codex, or Cursor was saved and took effect after restart.
If the agent can see the MCP server but tool calls fail, go back to Palmier Pro and confirm that the project is open and the assets have been imported. For video editing tools, project state matters more than it does for ordinary text tools.