Adb
# adb-mcp adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP protocol. The project is not endorsed by nor supported by Adobe. It h...
# adb-mcp adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP protocol. The project is not endorsed by nor supported by Adobe. It h...
暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。
# adb-mcp adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP protocol. The project is not endorsed by nor supported by Adobe. It has been tested with Claude desktop (Mac and Windows) from Anthropic, as well as the OpenAI Agent SDK, and allows AI clients to control Adobe Photoshop and Adobe Premiere. Theoretically, it should work with any AI App / LLM that supports the MCP protocol, and is built in a way to support multiple Adobe applications. Example use cases include: - Giving Claude step by step instruction on what to do in Photoshop, providing a conversational based interface (particularly useful if you are new to Photoshop). - Giving Claude a task (create an instagram post that looks like a Polariod image, create a double exposure) and letting it create it from start to finish to use as a template. - Asking Claude to generate custom Photoshop tutorials for you, by creating an example file, then step by step instructions on how to recreate. - As a Photoshop utility tool (have Claude rename all of your layers into a consistent format) - Have Claude create new Premiere projects pre-populations with clips, transitions, effects and Audio [View Video Examples](https://www.youtube.com/playlist?list=PLrZcuHfRluqt5JQiKzMWefUb0Xumb7MkI) The Premiere agent is a bit more limited in functionality compared to the Photoshop agent, due to current limitations of the Premiere plugin API. ## How it works The proof of concept works by providing: - A MCP Server that provides an interface to functionality within Adobe Photoshop to the AI / LLM - A Node based command proxy server that sits between the MCP server and Adobe app plugins - An Adobe app (Photoshop and Premiere) plugin that listens for commands, and drives the programs **AI** **MCP Server** **Command Proxy Server** **Photoshop / Premiere UXP Plugin** **Photoshop / Premiere** The proxy server is required because the public facing API for UXP Based JavaScript plugin does not allow it to listen on a socket connection (as a server) for the MCP Server to connect to (it can only connect to a socket as a client). ## Requirements In order to run this, the following is required: - AI LLM with support for MCP Protocol (tested with Claude desktop on Mac & Windows, and OpenAI Agent SDK) - Python 3, which is used to run the MCP server provided with this project - NodeJS, used to provide a proxy between the MCP server and Photoshop - Adobe UXP Developer tool (available via Creative Cloud) used to install and debug the Photoshop / Premiere plugin used to connect to the proxy - Adobe Photoshop (26.0 or greater) with the MCP Plugin installed or Adobe Premiere Beta (25.3 Build 46 or greater) ## Installation This guide assumes you're using Claude Desktop. Other MCP-compatible AI applications should work similarly. ### Download Source Code Clone or download the source code from the [main project page](https://github.com/mikechambers/adb-mcp). ### Install Claude Desktop 1. Download and install [Claude Desktop](https://claude.ai/download) 2. Launch Claude Desktop to verify it works Note, you can use any client / code that supports MCP, just follow its instructions for how to configure. ### Install MCP for Development Navigate to the project directory and run: #### Photoshop ```bash uv run mcp install --with fonttools --with python-socketio --with mcp --with...
A collection of MCP servers.
Chrome DevTools for coding agents
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, M...
Playwright MCP server
GitHub's official MCP Server
🚀 The fast, Pythonic way to build MCP servers and clients.