mcp.film

mcp.film / Editing & Post / Adobe for Creativity

Adobe for Creativity

OfficialRemoteby Adobefreemiumverified Aug 11, 2026

Adobe's official hosted MCP — 50+ tools across Photoshop, Firefly, Premiere, Express and Stock.

What it does

Adobe's first official Model Context Protocol connector: a hosted remote server that exposes Creative Cloud capabilities as agent tools. Retouch and batch-edit stills, generative-expand plates, design and animate from Express templates, search Adobe Stock, build InDesign data merges, and reformat or quick-cut video. For a filmmaker-agent this is the key-art, poster-variant and social-cutdown bench, not an editorial tool — the video surface reformats and summarizes clips, it does not open a timeline.

Connect

Remote endpoint (Streamable HTTP)
https://adobe-creativity.adobe.io/mcp
Claude Code
claude mcp add --transport http adobe-creativity https://adobe-creativity.adobe.io/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "adobe-creativity": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://adobe-creativity.adobe.io/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "adobe-creativity": {
      "url": "https://adobe-creativity.adobe.io/mcp"
    }
  }
}
Auth: oauth — Sign in with a free or paid Adobe account in the MCP client; a guest tier works with no Adobe account at reduced capability

Tools you'll see

adobe_mandatory_initasset_add_fileimage_apply_adjustmentsimage_crop_and_resizeimage_generative_expandimage_select_subjectvideo_resizevideo_create_quick_cutsearch_designanimate_designcreate_firefly_board

Field notes

GA Apr 28 2026 per Adobe's own blog; the first entry in this directory with Adobe as vendor. The endpoint https://adobe-creativity.adobe.io/mcp is taken from Adobe's published plugin manifest in github.com/adobe/skills, not from a marketing page; an unauthenticated tools/list probe returns 403, so the tool names here come from Adobe's own skill definitions rather than a live handshake. The video limitation is the thing to know: Adobe documents reformat/resize (video_resize) and sizzle-reel generation (video_create_quick_cut) and nothing that opens, reads or edits a Premiere Pro project — Adobe's own Quick Cut skill instructs the agent to use it 'before suggesting manual editing in Premiere'. Guest access covers roughly 40 of the 50+ tools; video tools and Gen Expand require signing in and a few require a paid subscription. Adobe documents setup through Claude's connector directory (plus Cowork and Claude Desktop) rather than a published mcp-add command, and Team/Enterprise admins must enable third-party connectors before members can use it.

Pairs well with