SkillAgentSearch skills...

after-effects-mcp

MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context Protocol using ExtendScript.

Install / Use

claude mcp add Dakkshin -- npx -y github:Dakkshin/after-effects-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

34/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "after-effects-mcp", "version": "1.0.0", "description": "MCP server for Adobe After Effects", "main": "build/index.js", "type": "module", "scripts": { "build": "esbuild src/index.ts --bundle --platform=node --format=esm --outfile=build/index.js --packages=external && copyfiles -u 1 "src/scripts/**/*" build", "start": "node build/index.js", "install-bridge": "node install-bridge.js", "postinstall": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.28.0", "node-fetch": "^3.3.2", "zod": "^3.22.2" }, "devDependencies": { "@types/node": "^20.17.30", "copyfiles": "^2.4.1", "esbuild": "^0.27.4", "typescript": "^5.2.2" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low