Agent Plugins Marketplace
All plugins

run-workflow

v1.0.0

Discover, compose, run, publish, and save Adobe Firefly workflows through the run-workflow MCP server, including predefined featured workflows for common marketing and production use cases. Requires an enterprise Adobe account with a Firefly Services or Firefly Creative Production entitlement.

Claude Code1 Skill1 MCP serverStreamable HTTP

By AdobeLicense: Apache-2.0188 GitHub starsUpdated 8 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install run-workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install run-workflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/adobe/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/creative-cloud/run-workflow/.

Plugin files

plugins/creative-cloud/run-workflow/
├── .claude-plugin/plugin.json
├── skills/run-workflow/SKILL.md
└── .mcp.json

Included Skills1

run-workflowskills/run-workflow/SKILL.md

Use the run-workflow MCP to discover, compose, execute, publish, and save Adobe Firefly workflows. TRIGGER when: user asks what the MCP can do; wants to process images/video/3D via workflow; wants to build/run/save/publish a workflow; wants to list/view saved or recent workflows, presets/interfaces, or golden demos (e.g. 'run banners at scale'); pastes any workflow/batch/execution ID; names a featured workflow (retargeting, product banners, localization, packaging, banner advertising) — call get_featured_workflow first. NOTE: 'banners at scale' = GOLDEN DEMO (list_golden_workflows), NOT the featured workflow 'Product Banners At Scale'. BARE ID = INSPECT ONLY — call inspect_run, never run_workflow_submit. ALWAYS call list_actions first for action/node discovery; a "what tools" question is answered directly from your visible tool list, no call. DO NOT TRIGGER for direct Firefly API calls without MCP (use firefly-api-specs).

MCP servers1

run-workflowStreamable HTTP
url
https://run-workflow.adobe.io/mcp

Plugin manifests1

plugins/creative-cloud/run-workflow/.claude-plugin/plugin.json
{
  "name": "run-workflow",
  "description": "Discover, compose, run, publish, and save Adobe Firefly workflows through the run-workflow MCP server, including predefined featured workflows for common marketing and production use cases. Requires an enterprise Adobe account with a Firefly Services or Firefly Creative Production entitlement.",
  "version": "1.0.0",
  "author": {
    "name": "Adobe"
  },
  "repository": "https://github.com/adobe/skills",
  "license": "Apache-2.0",
  "keywords": [
    "adobe",
    "firefly",
    "run-workflow",
    "mcp",
    "creative-cloud"
  ],
  "skills": "./skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[run-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/run-workflow)