{ "name": "@ajsmonty/adobe-mcp", "version": "1.1.2", "description": "MCP server for Adobe CC apps (AE, PS, AI, Premiere, Character Animator) on macOS", "type": "module", "bin": { "adobe-mcp": "server.mjs" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.1" }, "license": "MIT", "author": "AJ Montgomery", "repository": { "type": "git", "url": "git+https://github.com/AJSMonty/adobe-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "adobe", "after-effects", "photoshop", "illustrator", "premiere-pro", "extendscript" ], "mcpName": "io.github.AJSMonty/adobe-mcp", "files": [ "server.mjs", "adapters/", "core/", "knowledge/", "workflow/", "scripts/", "cep/", "README.md", "LICENSE", "SECURITY.md" ], "publishConfig": { "access": "public" } }