<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Palmier Pro on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/palmier-pro/</link>
        <description>Recent content in Palmier Pro on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Mon, 22 Jun 2026 08:05:45 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/palmier-pro/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Palmier Pro with Claude, Codex, and Cursor: getting started with an AI video editing tool</title>
        <link>https://knightli.com/en/2026/06/22/palmier-pro-ai-video-editor-mcp-guide/</link>
        <pubDate>Mon, 22 Jun 2026 08:05:45 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/06/22/palmier-pro-ai-video-editor-mcp-guide/</guid>
        <description>&lt;p&gt;&lt;code&gt;palmier-io/palmier-pro&lt;/code&gt; is a native macOS video editor with a very direct idea: connect video editing to AI agents. It is not a traditional online video-generation site. It is a local app focused on timeline editing, video asset handling, and MCP integration.&lt;/p&gt;
&lt;p&gt;Project repository:&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/palmier-io/palmier-pro&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/palmier-io/palmier-pro&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Official site:&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://palmier.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://palmier.io&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;who-it-is-for&#34;&gt;Who It Is For
&lt;/h2&gt;&lt;p&gt;Palmier Pro is a better fit for these users:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You already edit short videos, tutorial videos, or product demos on a Mac.&lt;/li&gt;
&lt;li&gt;You want Claude, Codex, or Cursor to participate in the editing workflow.&lt;/li&gt;
&lt;li&gt;You want to expose a video editing tool to AI through MCP, instead of only asking AI to write scripts.&lt;/li&gt;
&lt;li&gt;You prefer keeping assets and editing work on your local machine.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If all you need is &amp;ldquo;generate a video from one sentence&amp;rdquo;, this may not be the easiest choice. It is closer to a video editing workbench that agents can call.&lt;/p&gt;
&lt;h2 id=&#34;mcp-setup&#34;&gt;MCP Setup
&lt;/h2&gt;&lt;p&gt;The README gives several integration options. Claude Code can add the HTTP MCP server like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Codex CLI can add it this way:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;For Cursor, add this to &lt;code&gt;~/.cursor/mcp.json&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;#34;mcpServers&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;nt&#34;&gt;&amp;#34;palmier-pro&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;http&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;nt&#34;&gt;&amp;#34;url&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;http://127.0.0.1:19789/mcp&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Claude Desktop can also install the Desktop Extension from the app: &lt;code&gt;Help&lt;/code&gt; -&amp;gt; &lt;code&gt;MCP Instructions&lt;/code&gt; -&amp;gt; &lt;code&gt;Install in Claude Desktop&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;a-practical-workflow&#34;&gt;A Practical Workflow
&lt;/h2&gt;&lt;p&gt;I suggest trying it in this order:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install and open Palmier Pro.&lt;/li&gt;
&lt;li&gt;Import a test video in the app.&lt;/li&gt;
&lt;li&gt;Open the MCP instructions and confirm the local MCP URL is &lt;code&gt;http://127.0.0.1:19789/mcp&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Add the MCP server in Claude Code, Codex, or Cursor.&lt;/li&gt;
&lt;li&gt;Ask the agent to do small tasks first, such as listing assets, checking the timeline, or cutting empty segments.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;h2 id=&#34;notes&#34;&gt;Notes
&lt;/h2&gt;&lt;p&gt;Palmier Pro is mainly a local app plus MCP. When troubleshooting, check three things first:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Whether the app is running.&lt;/li&gt;
&lt;li&gt;Whether MCP port &lt;code&gt;19789&lt;/code&gt; is reachable.&lt;/li&gt;
&lt;li&gt;Whether the MCP configuration in Claude, Codex, or Cursor was saved and took effect after restart.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;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.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
