CuratedMCP
πŸ€–
Claude Desktop
Free

How to Install Adobe MCP in Claude Desktop

Official Adobe integration β€” automate creative workflows across Photoshop, Acrobat, and Experience Cloud

What Adobe MCP does

The official Adobe MCP server gives AI agents access to Adobe creative and marketing workflows. It can generate creative assets, manage PDFs, and query Experience Cloud analytics. Features: - Create and edit images and documents in Photoshop - Generate and manage PDFs in Acrobat - Access Adobe Experience Cloud reports and campaigns - Manage Creative Cloud assets and libraries - Apply templates, text styles, and branding - Export finished assets with delivery URLs Adobe MCP helps marketing and design teams integrate AI-generated assets directly into their workflows.

adobe
creative
photoshop
acrobat
design

Installation steps

  1. 1Copy the config below
  2. 2Open claude_desktop_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Claude Desktop

Configuration

File location: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "adobeMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@adobe/mcp"
    ],
    "env": {
      "ADOBE_API_KEY": "...",
      "ADOBE_ORG_ID": "..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Adobe MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/adobe-mcp)](https://curatedmcp.com/marketplace/adobe-mcp)