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


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

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • MCP server for Hailuo (MiniMax) AI video generation

  • MCP server for Google Veo AI video generation

  • MCP server for OpenAI Sora AI video generation

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luisitoys12/opencode-adobe-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server