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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

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