⭐ Stars
🍴 Forks
🐛 Open Issues
💻 Language
Built from scratch with Swift. Our north star is Premiere Pro, with our take on integrating AI into the workflow. Experience native performance and seamless integration with macOS.
Generate videos and images with SOTA models like Seedance, Kling, Nano Banana Pro directly inside the timeline editor. Create stunning content with AI assistance.
Connects your Claude/Codex/Cursor via MCP, or use the in-app agent to work on the same project together. Collaborate intelligently with AI-powered assistance.
When the app is open, it exposes an MCP server at http://127.0.0.1:19789/mcp via HTTP.
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
The easiest way is go inside the app Help → MCP Instructions → Install in Cursor, or install manually by adding this to ~/.cursor/mcp.json:
{
"mcpServers": {
"palmier-pro": {
"type": "http",
"url": "http://127.0.0.1:19789/mcp"
}
}
}
We bundle a mcpb with the app that allows a one click install Desktop Extension on Claude Desktop. Go to Help → MCP Instructions → Install in Claude Desktop
The video editor (without the generative AI features) is fully open source. The MCP server and the agent chat are also open source. The only thing that is closed source is the generative AI processing.
The editor is free. You can download it with no login required, and use it as a video editor like CapCut or Adobe Premiere. You can also use the MCP server for free, and start experimenting using Claude Code/Desktop or Cursor to interact with your timeline editor. Generative AI features require login and subscription.
macOS 26 (Tahoe) on Apple Silicon only.
Copyright (C) 2026 Palmier, Inc.
Palmier Pro is open source under GPLv3.