Skip to main content
Glama

opencode-adobe-bridge

CEP-Plugin für Adobe After Effects und Adobe Premiere Pro, das einen OpenCode AI-Chat direkt in Adobe öffnet — ohne die App zu verlassen.

Panel preview: chat OpenCode dentro de Adobe


Wie funktioniert es?

┌─────────────────────────────────┐
│  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 — In Adobe eingebettete HTML-Oberfläche. Wird über Window > Extensions > OpenCode AI geöffnet.

  2. HTTP-Bridge — Node-Server, der Befehle vom Panel empfängt und Skripte ausführt.

  3. ExtendScript .jsx — Steuert die Adobe-App von innen.


Schnellinstallation (Windows 10/11)

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

install.bat kopiert das Panel nach %APPDATA%\Adobe\CEP\extensions\ und aktiviert den Debug-Modus für unsignierte Erweiterungen.


Verwendung

Terminal — Bridge starten:

start-bridge.bat

In Adobe:

Window > Extensions > OpenCode AI

Das Panel erscheint wie jedes native Adobe-Panel (andockbar, in der Größe veränderbar).


Chat-Befehle

Befehl

App

Beschreibung

/comps

After Effects

Listet geöffnete Kompositionen auf

/nueva Intro 1920 1080 10

AE

Erstellt Komposition

/render Intro C:\Videos\out.avi

AE

Rendert Komposition

/seqs

Premiere Pro

Listet Sequenzen auf

/export Final C:\Videos\out.mp4

PPro

Exportiert Sequenz

/jsx alert('hola')

Beide

Führt ExtendScript aus


Auch kompatibel mit OpenCode MCP

Die Datei .opencode.json konfiguriert den MCP-Server, sodass du Adobe auch über das OpenCode-Terminal steuern kannst:

opencode

Unterstützte Adobe-Versionen

  • After Effects 2022–2025 (v22+)

  • Premiere Pro 2022–2025 (v22+)


Lizenz

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