Palmier Pro: macOS Video Editor Built for AI Integration

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Palmier Pro: macOS Video Editor Built for AI Integration

Summary

Palmier Pro is an open-source macOS video editor designed for AI integration, allowing users and AI agents to generate and edit videos collaboratively. Built with Swift, it features built-in generative AI capabilities and seamless connectivity with agents like Claude, Codex, and Cursor via its MCP server. This innovative tool aims to redefine video editing workflows by incorporating cutting-edge AI directly into the timeline.

Repository Information

Analyzed by OSRepos on June 20, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Palmier Pro is an open-source video editor for macOS, specifically designed to integrate artificial intelligence into the video production workflow. Built from scratch with Swift, it allows users and their AI agents to collaboratively generate and edit videos directly within the timeline. The project aims to offer a Premiere Pro-like experience with a strong focus on AI-driven features.

Installation

To get started with Palmier Pro, you can download the latest version directly from the GitHub releases page.

  • Download: Visit the releases page and download the .dmg file.
  • Requirements: Palmier Pro requires macOS 26 (Tahoe) and an Apple Silicon device.

Examples

Palmier Pro excels in its integration with AI agents through its exposed MCP server. Here's how you can connect various agents:

  • Claude Code:
    claude mcp add --transport http palmier-pro http://127.0.0.1:19789/mcp
  • Codex:
    codex mcp add palmier-pro --url http://127.0.0.1:19789/mcp
  • Cursor:

    The easiest way is to go inside the app: Help -> MCP Instructions -> Install in Cursor. Alternatively, add the following to ~/.cursor/mcp.json:

    {
      "mcpServers": {
        "palmier-pro": {
          "type": "http",
          "url": "http://127.0.0.1:19789/mcp"
        }
      }
    }
  • Claude Desktop:

    The app bundles mcpb for a one-click install Desktop Extension. Navigate to Help -> MCP Instructions -> Install in Claude Desktop.

Once connected, your agents can interact with the timeline editor, assisting with video and image generation, and other editing tasks.

Why Use Palmier Pro?

Palmier Pro stands out for several reasons:

  • Swift-Native Performance: Developed entirely in Swift, it offers a robust and efficient editing experience tailored for macOS.
  • Integrated Generative AI: Generate videos and images using state-of-the-art models like Seedance, Kling, and Nano Banana Pro directly within the timeline.
  • Seamless Agent Integration: Connect your preferred AI agents, such as Claude, Codex, or Cursor, to collaborate on your projects through the Model Context Protocol (MCP).
  • Open-Source Core: The video editor, MCP server, and agent chat functionalities are open source, fostering community contributions and transparency.
  • Free to Use: The core editor and MCP server are free, allowing users to experiment with AI-driven video editing without a subscription.

Links

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️