opencode-adobe-bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@opencode-adobe-bridgeCreate a 1080p comp called Intro in After Effects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
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.jsxCEP Panel — HTML interface embedded inside Adobe. Opens from
Window > Extensions > OpenCode AIBridge HTTP — Node server that receives commands from the panel and executes scripts
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.batinstall.bat copies the panel to %APPDATA%\Adobe\CEP\extensions\ and enables debug mode for unsigned extensions.
Usage
Terminal — start the bridge:
start-bridge.batIn Adobe:
Window > Extensions > OpenCode AI
The panel appears like any native Adobe panel (dockable, resizable).
Chat commands
Command | App | Description |
| After Effects | Lists open compositions |
| AE | Creates composition |
| AE | Renders composition |
| Premiere Pro | Lists sequences |
| PPro | Exports sequence |
| 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:
opencodeSupported Adobe versions
After Effects 2022–2025 (v22+)
Premiere Pro 2022–2025 (v22+)
License
MIT — Luis Martinez / Estacion Kus Medios
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for Hailuo (MiniMax) AI video generation
Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.
MCP server for Google Veo AI video generation
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables AI assistants to control Adobe After Effects through a file-based communication bridge. It supports various operations including project and composition management, layer and keyframe manipulation, rendering, and batch processing.922921MIT
- AlicenseAqualityCmaintenanceAn MCP server that allows AI agents to control Adobe After Effects, enabling project inspection, composition creation, layer addition, file import, ExtendScript execution, and rendering via aerender.11MIT
- AlicenseCqualityCmaintenanceMCP server for controlling Adobe After Effects, enabling AI assistants to create compositions, manage layers, and animate properties.1348MIT
- AlicenseCqualityCmaintenanceLocal MCP server to control Adobe After Effects from AI clients like Claude and Cursor, supporting project composition, layer editing, animation, masks, and effects.1348MIT