Skip to main content
Glama

opencode-adobe-bridge

Adobe After EffectsAdobe Premiere Pro용 CEP 플러그인으로, 앱을 떠나지 않고 OpenCode AI 채팅을 Adobe 내부에서 직접 엽니다.

패널 미리보기: Adobe 내부의 OpenCode 채팅


작동 방식

┌─────────────────────────────────┐
│  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 패널 — Adobe 내부에 내장된 HTML 인터페이스. Window > Extensions > OpenCode AI에서 열립니다.

  2. 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\에 복사하고 서명되지 않은 확장 프로그램에 대한 디버그 모드를 활성화합니다.


사용법

터미널 — 브리지 시작:

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 파일은 MCP 서버를 구성하여 OpenCode 터미널에서도 Adobe를 제어할 수 있게 합니다:

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