Palmier Pro MCP Guide: Use Claude, Codex, and Cursor for AI Video Editing

A practical Palmier Pro MCP guide for macOS: what the AI video editing app does, how to connect it to Claude Desktop, Claude Code, Codex, and Cursor, and how to test the local MCP workflow.

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:

https://palmier.io

Who Palmier Pro Is For

Palmier Pro is a better fit for these users:

  1. You already edit short videos, tutorial videos, or product demos on a Mac.
  2. You want Claude, Codex, or Cursor to participate in the editing workflow.
  3. You want to expose a video editing tool to AI through MCP, instead of only asking AI to write scripts.
  4. 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:

1
claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp

Codex CLI can add it this way:

1
codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp

For Cursor, add this to ~/.cursor/mcp.json:

1
2
3
4
5
6
7
8
{
  "mcpServers": {
    "palmier-pro": {
      "type": "http",
      "url": "http://127.0.0.1:19789/mcp"
    }
  }
}

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:

  1. Install and open Palmier Pro.
  2. Import a test video in the app.
  3. Open the MCP instructions and confirm the local MCP URL is http://127.0.0.1:19789/mcp.
  4. Add the MCP server in Claude Code, Codex, or Cursor.
  5. 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:

  1. Whether the app is running.
  2. Whether MCP port 19789 is reachable.
  3. 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.

记录并分享
Built with Hugo
Theme Stack designed by Jimmy