TC
ToolCompared
MCP Server

Adobe Agent MCP Server

by mikechambers

Drive Adobe Photoshop and Premiere Pro from an LLM.

CommunityJavaScriptDesign Tools

About Adobe Agent

A proof-of-concept project empowering LLMs like Claude to interact with and control Adobe Photoshop and Premiere Pro. Establishes a robust communication bridge through MCP, comprising an MCP server, a Node.js command proxy, and dedicated Adobe application UXP plugins. Allows Claude to query information from Photoshop for self-correction.

Tags

adobephotoshoppremierecreative-tools

How to install Adobe Agent

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "adobe-agent": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-adobe-agent"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Design Tools