# Palmier Pro

Palmier Pro is a video editor for macOS written from scratch in Swift, with Premiere Pro as the stated north star, whose distinguishing feature is that an agent can drive the timeline alongside you. While the app is open it serves an MCP endpoint over HTTP at `http://127.0.0.1:19789/mcp`, so an external coding agent edits the same project you have in front of you. There is also an in-app agent for working without an external client.

```
claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
```

Cursor takes the same URL in `~/.cursor/mcp.json` with `"type": "http"`, and the app bundles an [mcpb](https://github.com/modelcontextprotocol/mcpb) package for one-click installation as a Claude Desktop extension. Both are reachable from `Help` -> `MCP Instructions` inside the app.

The licensing split is spelled out. The editor, the MCP server and the agent chat are open source under GPLv3; the generative AI processing is not. Generation of video and images inside the timeline runs against hosted models — Seedance, Kling, Nano Banana Pro are the ones named — and requires login and a subscription. Everything else, including the MCP server, works free with no login, so using it purely as a CapCut or Premiere substitute that a coding agent can also operate costs nothing.

[[toolbox/openscreen]] covers the step before the timeline: recording the screen for a product demo, with the zoom and motion-blur effects that would otherwise be added in an editor like this one.

## Constraints

macOS 26 (Tahoe) on Apple Silicon only. That is a hard floor on the current release of the OS, not merely "Mac-only", and it rules the tool out for anyone not already on the newest system.

The README is essentially a landing page, and the question that decides whether this is interesting — what the MCP server actually exposes, whether an agent addresses clips, tracks, keyframes or effects, and at what granularity — is not answered anywhere in it. The tool list would have to come from connecting to a running instance. Take the repo as an announcement rather than a description.

The MCP surface is the service-access side of [[mcp-vs-skills]] pointed at a local desktop application instead of a remote API, which is a shape the vault has little of: the agent is not calling a web service but operating a GUI's document model through a protocol. [[claude-code]] is the client the install line assumes.

On [[toolbox/watchlist]] for its floor and its core: macOS 26 on Apple Silicon only, with the generative half closed and subscription-gated.

Repo: https://github.com/palmier-io/palmier-pro — 12,690 stars, GPLv3, first commit April 2026.
