opencode-adobe-bridge
opencode-adobe-bridge
Плагин CEP для Adobe After Effects и Adobe Premiere Pro, который открывает чат OpenCode AI прямо внутри 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.jsxCEP Panel — HTML-интерфейс, встроенный в Adobe. Открывается через
Window > Extensions > OpenCode AIBridge HTTP — Node-сервер, который получает команды с панели и выполняет скрипты
ExtendScript
.jsx— управляет приложением Adobe изнутри
Related MCP server: After Effects MCP
Быстрая установка (Windows 10/11)
git clone https://github.com/luisitoys12/opencode-adobe-bridge
cd opencode-adobe-bridge
npm install
install.batinstall.bat копирует панель в %APPDATA%\Adobe\CEP\extensions\ и включает режим отладки для неподписанных расширений.
Использование
Терминал — запуск bridge:
start-bridge.batВ Adobe:
Window > Extensions > OpenCode AI
Панель появляется как любая нативная панель Adobe (можно стыковать, изменять размер).
Команды чата
Команда | Приложение | Описание |
| After Effects | Список открытых композиций |
| AE | Создать композицию |
| AE | Рендерить композицию |
| Premiere Pro | Список последовательностей |
| PPro | Экспортировать последовательность |
| Обе | Выполнить ExtendScript |
Также совместимо с OpenCode MCP
Файл .opencode.json настраивает MCP-сервер, чтобы вы могли управлять Adobe также из терминала OpenCode:
opencodeПоддерживаемые версии Adobe
After Effects 2022–2025 (v22+)
Premiere Pro 2022–2025 (v22+)
Лицензия
MIT — Luis Martinez / Estacion Kus Medios
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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
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.1384MIT
- AlicenseCqualityCmaintenanceLocal MCP server to control Adobe After Effects from AI clients like Claude and Cursor, supporting project composition, layer editing, animation, masks, and effects.1384MIT
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