Skip to main content
Glama

opencode-adobe-bridge

CEP plugin for Adobe After Effects and Adobe Premiere Pro that opens an OpenCode AI chat directly inside Adobe — without leaving the app.

Panel preview: OpenCode chat inside Adobe


How does it work?

┌─────────────────────────────────┐
│  Adobe (AE / Premiere Pro)      │
│  ┌───────────────────────────┐  │
│  │  CEP Panel (HTML/CSS/JS)  │  │  ← Chat UI dentro de Adobe
│  │  OpenCode AI Chat         │  │
│  └────────────┬──────────────┘  │
└───────────────│─────────────────┘
                │ HTTP fetch
                ▼
        Bridge local :3333
         (Express + Node)
                │
                ├──► afterfx.exe -r script.jsx
                └──► premiere.exe -r script.jsx
  1. CEP Panel — HTML interface embedded inside Adobe. Opens from Window > Extensions > OpenCode AI

  2. Bridge HTTP — Node server that receives commands from the panel and executes scripts

  3. ExtendScript .jsx — Controls the Adobe app from within


Related MCP server: After Effects MCP

Quick installation (Windows 10/11)

git clone https://github.com/luisitoys12/opencode-adobe-bridge
cd opencode-adobe-bridge
npm install
install.bat

install.bat copies the panel to %APPDATA%\Adobe\CEP\extensions\ and enables debug mode for unsigned extensions.


Usage

Terminal — start the bridge:

start-bridge.bat

In Adobe:

Window > Extensions > OpenCode AI

The panel appears like any native Adobe panel (dockable, resizable).


Chat commands

Command

App

Description

/comps

After Effects

Lists open compositions

/nueva Intro 1920 1080 10

AE

Creates composition

/render Intro C:\Videos\out.avi

AE

Renders composition

/seqs

Premiere Pro

Lists sequences

/export Final C:\Videos\out.mp4

PPro

Exports sequence

/jsx alert('hola')

Both

Runs ExtendScript


Also compatible with OpenCode MCP

The .opencode.json file configures the MCP server so you can also control Adobe from the OpenCode terminal:

opencode

Supported Adobe versions

  • After Effects 2022–2025 (v22+)

  • Premiere Pro 2022–2025 (v22+)


License

MIT — Luis Martinez / Estacion Kus Medios

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers