.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/palmier-io/palmier-pro
home/mcp-servers/palmier-io/palmier-pro
palmier-io avatar

palmier-pro

bypalmier-io· 1 MCP server

Stars

13k

Forks

921

Category

Generative Media

View on GitHub

TL;DR

The video editor built for AI.

How to install palmier-pro?

palmier-io/palmier-pro
$git clone https://github.com/palmier-io/palmier-pro

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install palmier-pro by running `git clone https://github.com/palmier-io/palmier-pro`, then use it for the current task and follow its documentation at https://github.com/palmier-io/palmier-pro.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3# Palmier Pro
4 
5**The video editor built for AI.**
6 
7<a href="https://github.com/palmier-io/palmier-pro/releases/latest/download/PalmierPro.dmg">
8 <img src="./assets/macos-badge.png" alt="Download Palmier Pro for macOS" width="180" />
9</a>
10 
11<sub><i>Requires macOS 26 (Tahoe) on Apple Silicon</i></sub>
12 
13<a href="https://x.com/Palmier_io"><img src="https://img.shields.io/badge/Follow-%40Palmier__io-000000?style=flat&logo=x&logoColor=white" alt="Follow on X" /></a>
14<a href="https://discord.com/invite/SMVW6pKYmg"><img src="https://img.shields.io/badge/Join-Discord-5865F2?style=flat&logo=discord&logoColor=white" alt="Join Discord" /></a>
15<a href="https://www.ycombinator.com/companies/palmier"><img src="https://img.shields.io/badge/Y%20Combinator-S24-orange" alt="Y Combinator S24" /></a>
16<br />
17<a href="https://trendshift.io/repositories/41342?utm_source=repository-badge&amp;utm_medium=badge&amp;utm_campaign=badge-repository-41342" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/41342" alt="palmier-io%2Fpalmier-pro | Trendshift" width="250" height="55"/></a>
18 
19<p>
20 <strong>English</strong> ·
21 <a href="docs/readme/README.es.md">Español</a> ·
22 <a href="docs/readme/README.zh-CN.md">简体中文</a> ·
23 <a href="docs/readme/README.zh-TW.md">繁體中文</a> ·
24 <a href="docs/readme/README.ja.md">日本語</a> ·
25 <a href="docs/readme/README.ko.md">한국어</a> ·
26 <a href="docs/readme/README.vi.md">Tiếng Việt</a> ·
27 <a href="docs/readme/README.hi.md">हिन्दी</a> ·
28 <a href="docs/readme/README.bn.md">বাংলা</a> ·
29 <a href="docs/readme/README.ar.md">العربية</a> ·
30 <a href="docs/readme/README.it.md">Italiano</a> ·
31 <a href="docs/readme/README.pt-BR.md">Português (Brasil)</a> ·
32 <a href="docs/readme/README.fr.md">Français</a> ·
33 <a href="docs/readme/README.ru.md">Русский</a> ·
34 <a href="docs/readme/README.tr.md">Türkçe</a>
35</p>
36 
37</div>
38 
39<img src="./assets/palmier-ui.png" alt="Palmier Pro UI" width="900" />
40 
41---
42 
43Palmier Pro is an open source video editor for Mac. You and your agent can generate and edit videos together inside the timeline.
44 
45### Swift-native video editor
46 
47We built Palmier Pro from scratch with Swift. The north star is Premiere Pro, with our take on integrating AI into the workflow.
48 
49### Built-in Generative AI
50 
51Generate videos and images with SOTA models like Seedance, Kling, Nano Banana Pro inside the timeline editor.
52 
53### Integrates with your agents
54 
55Connects your Claude/Codex/Cursor via MCP, or use the in-app agent to work on the same project together.
56 
57## MCP server
58 
59When the app is open, it exposes an MCP server at `http://127.0.0.1:19789/mcp` via HTTP. To connect:
60 
61**Claude Code**
62```bash
63claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
64```
65 
66**Codex**
67```bash
68codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
69```
70 
71**Cursor**
72 
73The easiest way is go inside the app `Help` -> `MCP Instructions` -> `Install in Cursor`, or install manually by adding this to `~/.cursor/mcp.json`:
74 
75```
76{
77 "mcpServers": {
78 "palmier-pro": {
79 "type": "http",
80 "url": "http://127.0.0.1:19789/mcp"
81 }
82 }
83}
84```
85 
86**Claude Desktop**
87 
88We bundle a [mcpb](https://github.com/modelcontextprotocol/mcpb) with the app that allows a one click install Desktop Extension on Claude Desktop. Go to `Help` -> `MCP Instructions` -> `Install in Claude Desktop`
89 
90## FAQ
91 
92**Is Palmier Pro fully open source?**
93 
94The 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.
95 
96**Is it free?**
97 
98The 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.
99 
100Generative AI features require login and subscription.
101 
102**What platforms does it support?**

Preview

palmier-io/palmier-propalmier-io/palmier-pro

# Palmier Pro

**The video editor built for AI.**

Repopalmier-io/palmier-pro
TypeMCP Servers
CategoryGenerative Media
UpdatedJul 2026
LicenseGPL-3.0
First seenJul 27, 2026

Tags

MCPai-videoclaude

Related

6 picks
Type
  1. artokun avatarcomfyui-mcpMCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.MCP ServersJul 2026110k455
  2. elevenlabs avatarelevenlabs-mcpMCP server that enables interaction with Text to Speech, Voice Agents and audio processing APIsMCP ServersJul 202653k1.5k
  3. monet-ai-editor avatarmonetElectron video editor with terminal-first controls, transcription, embeddings, and exportMCP ServersJul 202646k99
  4. zhongweili avatarnanobanana-mcp-serverAI image generation with Gemini 3 Pro (4K) and 2.5 Flash. Smart model selection.MCP ServersMay 202612k385
  5. minimax-ai avatarminimax-mcpMinimax MCP ServerMCP ServersMay 20269.6k1.5k
  6. kyanitelabs avatarkinocutGuardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.MCP ServersJul 20269.6k95