Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Adobe Mcp
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:44:35 PM

Adobe Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Drive Adobe CC (AE, Photoshop, Illustrator, Premiere, Character Animator) from any MCP client

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "adobe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adobe-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

adobe-mcp β€” Adobe Creative Cloud MCP server (macOS)

Drives After Effects, Photoshop, Illustrator, Premiere Pro (and Character Animator puppet authoring) from Claude. See ROADMAP.md for the full tool matrix and what is next. Bridge: MCP client β†’ this server β†’ AppleScript DoScript β†’ AE β†’ temp result file β†’ back.

Tools

ToolPurpose
run_extendscriptRun arbitrary JSX; return <value> comes back as JSON. Auto undo-grouped.
get_project_stateProject item tree, or one comp's layers in detail (comp_name).
save_frameRender a comp frame to PNG, returned inline so Claude can see its work.
list_ae_scriptsList .jsx/.jsxbin tools in scripts/ with descriptions from header comments.
run_ae_scriptExecute a library script, like File β†’ Scripts β†’ Run Script File.

Knowledge system (the server learns as it goes)

The server ships with a curated knowledge base (knowledge/lessons.jsonl) seeded from real production sessions β€” matchName gotchas, API quirks, parameter-type traps, and techniques (blueprint line extraction, seamless wind loops, QE transitions, Auto Reframe...).

Three mechanisms keep it useful and growing:

  1. Auto-surfaced gotchas β€” every failed *_run_extendscript call is matched against the lesson keywords; hits are appended to the error message the client sees (e.g. hit Illegal Parameter type in Premiere and the fix for autoReframeSequence's string preset arrives with the error). Failures are also logged to $WORKSPACE/error-log.jsonl as raw material for new lessons.
  2. knowledge_search / knowledge_add tools β€” agents consult lessons before attempting unusual scripting, and record new gotchas when they solve one that wasn't auto-suggested. Runtime lessons persist to $WORKSPACE/learned.jsonl (survives repo updates, per-install).
  3. Server instructions + tool descriptions β€” the highest-value rules (explicit document targeting, visual verification, render-timeout handling, ES3 limits) are baked into the MCP instructions and the per-tool descriptions, so a fresh install starts smart.

The scripts/ per-app libraries are the executable side of the same idea β€” distilled, reusable skills (list_scripts / run_script): blueprint line extraction (PS), seamless wind loops and kinetic typography rigs (AE), one-call vertical Auto Reframe (Premiere).

Install

Option A β€” one-click for Claude Desktop & Cowork (no Node needed)

  1. Have the Adobe apps you want to drive installed. In After Effects, enable Preferences β†’ Scripting & Expressions β†’ "Allow Scripts to Write Files and Access Network".
  2. Download the latest adobe-mcp-x.y.z.mcpb from Releases and double-click it (or drag it onto Claude Desktop β†’ Settings β†’ Extensions). Claude Desktop bundles its own Node runtime β€” nothing else to install.
  3. Use it. The first tool call for each app triggers a one-time macOS Automation permission prompt β€” click Allow.

Upgrading? Remove the old version first (Settings β†’ Extensions β†’ Adobe Creative Cloud β†’ Uninstall), then install the new .mcpb β€” in-place installs over an existing version can leave stale files behind while reporting the new version number.

Option B β€” any MCP client via npm

Requires Node 18+ installed system-wide (nodejs.org installer or brew install node β€” note GUI apps often cannot see nvm-managed installs). No clone, no npm install: every client config below just runs

Terminal
npx -y @ajsmonty/adobe-mcp

Option C β€” from source (contributors)

bash
git clone https://github.com/AJSMonty/adobe-mcp.git ~/tools/adobe-mcp
cd ~/tools/adobe-mcp && npm install
# point your client at: node ~/tools/adobe-mcp/server.mjs

Premiere Pro only: the ppro_* tools need the bundled CEP panel installed once β€” copy cep/mcp-bridge to ~/Library/Application Support/Adobe/CEP/extensions/ and enable PlayerDebugMode (see Notes), then open Window β†’ Extensions β†’ MCP Bridge inside Premiere.

Hook up to your MCP client

This is a standard stdio MCP server β€” any MCP-capable client can drive it (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code Copilot agent mode, Zed, Cline, Goose, ...). Everything below is the same one-liner expressed in each client's config format: run npx -y @ajsmonty/adobe-mcp over stdio (or node .../server.mjs for a source checkout).

Claude Code

Terminal
claude mcp add --scope user adobe -- npx -y @ajsmonty/adobe-mcp

--scope user = available in all projects; use --scope project from inside a repo to share via .mcp.json with your team. Verify: claude mcp list.

Claude Desktop

Settings β†’ Developer β†’ Edit Config, add to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "adobe": {
      "command": "npx",
      "args": ["-y", "@ajsmonty/adobe-mcp"]
    }
  }
}

Fully quit and reopen Claude Desktop.

Cursor

Settings β†’ MCP β†’ Add server, or edit ~/.cursor/mcp.json (global) / .cursor/mcp.json (per-project):

config.json
{
  "mcpServers": {
    "adobe": {
      "command": "npx",
      "args": ["-y", "@ajsmonty/adobe-mcp"]
    }
  }
}

Enable it under Settings β†’ MCP, then use Agent mode (composer) β€” tool calls appear with approval prompts.

VS Code (Copilot agent mode)

.vscode/mcp.json in the workspace (or user mcp.json via the "MCP: Add Server" command):

config.json
{
  "servers": {
    "adobe": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@ajsmonty/adobe-mcp"]
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json β€” same mcpServers shape as Claude Desktop/Cursor above.

Anything else

If the client supports MCP over stdio, point it at npx -y @ajsmonty/adobe-mcp and you are done.

Client caveats

  • macOS Automation permission is per host app. The first tool call from each new client (Cursor, VS Code, a different terminal) triggers its own Automation prompt for controlling the Adobe apps β€” approve it once per host in System Settings β†’ Privacy & Security β†’ Automation.
  • Inline image previews (ae_save_frame, ps_save_preview, ai_save_preview, ppro_save_frame) return MCP image content. Claude clients and Cursor render these inline; clients without image rendering still get the metadata text, and the model can fall back to exporting a file and reading it from disk.
  • Server instructions (the working rules + knowledge-base pointers) are sent via the MCP instructions field; most clients pass them to the model, but if yours does not, the same rules are baked into the tool descriptions and knowledge_search.

Script library ("skills")

Drop .jsx / .jsxbin files into scripts/ β€” they're immediately available via list_ae_scripts / run_ae_script.

  • Action scripts (operate on the current selection, no UI) run headlessly β€” set up selection first via run_extendscript.
  • ScriptUI panel scripts open their palette in the AE window for a human to click.
  • Plain .jsx panels with a separable core function can often be driven headlessly by evaluating the source with the UI kickoff stripped.

⚠️ scripts/ may contain third-party/purchased tools. Keep this repo private unless you've cleared redistribution rights, or add scripts/ to .gitignore.

Notes

  • AE app auto-detected from /Applications (newest "Adobe After Effects *"). Override with env var AE_APP_NAME, e.g. "env": {"AE_APP_NAME": "Adobe After Effects 2025"} in the Desktop config or --env AE_APP_NAME=... in claude mcp add.
  • AE must be open with a project (the empty default project is fine).
  • Timeouts usually mean AE is showing a modal dialog β€” dismiss it.
  • save_frame needs AE 2022+.

ExtendScript gotchas (learned the hard way)

  • ExtendScript is ES3: no arrow functions, template literals, let/const, JSON, Array.map.
  • Collections (project.items, comp.layers, property groups) are 1-indexed.
  • Address effect params by matchName ("ADBE Glo2-0002"), not display name β€” display names collide.
  • A .property() miss throws a native error whose own stringification throws β€” wrap e.toString() in its own try/catch or your error handler dies too.
  • Text layers auto-rename to their source text β€” rename them if you need stable lookups.
  • Cameras: Point of Interest lives in the Anchor Point slot (ADBE Anchor Point).
  • Spatial properties need 1-element ease arrays in setTemporalEaseAtKey, regardless of dimensions.
  • Parenting a child to a rotated layer bakes compensation into the child's transform β€” zero the child's rotation after parenting if it should inherit orientation.
  • Grid effect: set Size From (ADBE Grid-0002 = 3) before animating the anchor, or your "scroll" resizes cells instead.

Smoke test

With AE open, ask Claude: "Use get_project_state to show me what's in my AE project, then create a 1920x1080 comp called 'Test' with a headline text layer and show me a frame."

Contributing & governance

PRs welcome β€” see CONTRIBUTING.md. All merges to main and dev require maintainer approval (branch protection + CODEOWNERS). Lessons for the knowledge base are the easiest high-value contribution. Read SECURITY.md before installing: this server executes scripts in your Adobe apps by design.

License

MIT

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Adobe Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "adobe-mcp": { "command": "npx", "args": ["-y", "adobe-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAdobe Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/adobe-mcp?style=directory)](https://allmcps.com/mcp/adobe-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/adobe-mcp"><img src="https://allmcps.com/api/badge/adobe-mcp?style=directory" alt="Adobe Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
npm downloads100/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
29Quality signal: Emerging Β· 29/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Adobe Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code