Install guide and config at curatedmcp.com
Adobe MCP: Connect Claude to Photoshop, Acrobat, and Experience Cloud
Adobe just released an official MCP server that plugs your AI agent directly into Creative Cloud and Experience Cloud. If you're building workflows that need to generate assets, manage PDFs, or pull marketing analytics—this cuts out the manual handoff.
What It Does
Adobe MCP gives Claude, Cursor, and other AI agents direct access to Adobe's creative and marketing tools. You can now:
- Create and edit images in Photoshop programmatically—useful if you're generating variations, applying filters, or building batch workflows
- Generate and manage PDFs via Acrobat—ideal for automated document creation, form filling, or report generation
- Query Experience Cloud for campaign and analytics data—pull reporting directly into your AI context
- Manage Creative Cloud assets and access libraries, templates, and brand-approved styles
- Export finished work with delivery URLs—no manual export steps
This is officially supported by Adobe, so you're integrating with their actual APIs, not scraping or reverse-engineering. The server runs on your machine or server and communicates with your Adobe account.
How to Install
npx -y @adobe/mcp
Then configure it in your Claude Desktop config (or Cursor/Windsurf):
{
"mcpServers": {
"adobe-mcp": {
"command": "npx -y @adobe/mcp"
}
}
}
You'll need Adobe API credentials (client ID and secret from the Adobe Developer Console). Full setup docs at developer.adobe.com/mcp.
Real-World Use Cases
- Marketing automation: Ask Claude to pull last month's campaign performance from Experience Cloud, then generate a summarized PDF report with embedded charts—all in one prompt.
- Batch creative generation: Feed Claude a product catalog and ask it to generate hero images for each item in Photoshop, apply your brand template, and export URLs for your website.
- Document workflows: Automate contract or invoice generation by having Claude populate Acrobat templates with data, then export signed PDFs ready for archival.
Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.
Top comments (0)