opencode-adobe-bridge
Click on "Install 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
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 installed
Maintenance
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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