Skip to main content
Glama

opencode-adobe-bridge

用于 Adobe After EffectsAdobe Premiere Pro 的 CEP 插件,可直接在 Adobe 内打开 OpenCode AI 聊天 — 无需离开应用。

面板预览: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 server,让你也可以从 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