Skip to main content
Glama

opencode-adobe-bridge

Adobe After EffectsAdobe Premiere Pro 用の CEP プラグインで、OpenCode AI のチャットを Adobe 内で直接開きます — アプリから離れることなく。

Panel preview: chat OpenCode inside Adobe


仕組み

┌─────────────────────────────────┐
│  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 — Adobe 内に埋め込まれた HTML インターフェース。Window > Extensions > OpenCode AI から開きます

  2. Bridge HTTP — パネルからコマンドを受け取りスクリプトを実行する Node サーバー

  3. ExtendScript .jsx — 内部から Adobe アプリを制御します


クイックインストール (Windows 10/11)

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

install.bat はパネルを %APPDATA%\Adobe\CEP\extensions\ にコピーし、署名なし拡張機能のデバッグモードを有効にします。


使用方法

ターミナル — bridge を起動:

start-bridge.bat

Adobe 内:

Window > Extensions > OpenCode AI

パネルは、Adobe のネイティブパネル(ドッキング可能、サイズ変更可能)と同じように表示されます。


チャットコマンド

コマンド

アプリ

説明

/comps

After Effects

開いているコンポジションを一覧表示

/nueva Intro 1920 1080 10

AE

コンポジションを作成

/render Intro C:\Videos\out.avi

AE

コンポジションをレンダリング

/seqs

Premiere Pro

シーケンスを一覧表示

/export Final C:\Videos\out.mp4

PPro

シーケンスを書き出し

/jsx alert('hola')

両方

ExtendScript を実行


OpenCode MCP にも対応

.opencode.json ファイルは、OpenCode のターミナルからも Adobe を制御できるように MCP サーバーを設定します:

opencode

対応 Adobe バージョン

  • After Effects 2022–2025 (v22+)

  • Premiere Pro 2022–2025 (v22+)


ライセンス

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