Build Faster with the Adobe Express Developer MCP Server

We’re excited to announce that the Adobe Express Developer MCP Server is officially out of beta and now stable and production-ready. This marks a huge productivity shift for people building Adobe Express add-ons: fewer context switches, fewer hallucinations, and an AI assistant that actually knows the official docs for Adobe Express add-ons.

If you’ve ever bounced between documentation, sample repos, API references, and your editor while trying to build or debug an add-on, this release is for you. The Adobe Express Developer MCP Server brings Adobe Express add-on knowledge directly into MCP-compatible IDEs like Cursor, Claude Desktop, and VS Code, so your AI assistant can respond with grounded documentation context and official TypeScript definitions.

The MCP server is built for two broad groups of developers:

  1. Developers who are new to Adobe Express add-ons and want a faster, lower-friction way to get started
  2. Experienced add-on developers who want deeper API help, better code generation, and less context-switching while building features

Watch this video to learn how to set up Cursor with the Adobe Express Developer MCP Server and build add-ons using AI assistance. In this tutorial, our community developer Fardeen Mansoori shows you the exact setup he uses to start building professional Adobe Express add-ons in minutes instead of hours.

https://youtu.be/2361QhkPWrk

What’s new in the stable release

We first introduced the beta in September, and the preview helped us iterate with the community.

This stable release now ships under a new npm package, @adobe/express-developer-mcp, and replaces the earlier beta package, @adobe/express-add-on-dev-mcp, which is now deprecated.

If you used the beta before, the new package is the one to use going forward. The official docs and the setup guide were updated, so you can plug the new package into your MCP configuration and start using it in supported editors.

The value for developers

When developers use a general-purpose AI assistant without product-specific context, they often run into the same issues: invented APIs, outdated patterns, vague answers, or code that looks plausible but does not match the platform.

The MCP server helps solve that by giving the assistant a direct line to updated Adobe Express add-on documentation and typings.

That leads to a few concrete benefits:

Key use cases for the Adobe Express Developer MCP Server

Here are some examples of the cool stuff you can do with the MCP server:

How to get started

No need to clone, install, or build. Just configure your IDE with a simple JSON file.

The guide includes examples of effective prompts for documentation & learning, code generation & implementation, and debugging & troubleshooting. It also lists tips and best practices for effective use.

Feedback from real developers

“The MCP server is incredibly valuable for anyone building Adobe Express add-ons with AI-assisted coding tools,” said Taylor Krusen, Senior Developer Advocate at Adobe. “It changed my own approach to planning and developing add-ons. I was especially impressed with the impact the MCP server has on new-to-Express developers, which I saw firsthand at a recent hackathon.”

We asked participants of our recent Adobe Express Add-ons for Enterprise hackathon how the MCP server helped their workflow, and here’s what they said:

What’s next

Give the Adobe Express Developer MCP Server a spin in your workflow and start building more effectively with the new stable release. Join our community in our Discord and tell us about your experience. We love hearing real-world stories and are already tracking developer feedback and iterating.

Big thanks to everyone who tested the beta, which helped us make the MCP server production-ready. It shaped this release, and we’ll keep improving the MPC server with your input. Jump in and start building Adobe Express add-ons faster and smarter today!