photoshop-mcp-server
Verified Safeby luoxixuan
Overview
This server acts as a bridge, allowing external applications to control Adobe Photoshop through its ExtendScript engine, facilitating automation and custom workflows.
Installation
npx -y node index.jsSecurity Notes
Without code inspection, cannot verify input validation or presence of 'eval'. As a server interacting with Photoshop via ExtendScript, there's a potential risk of arbitrary script execution if inputs are not properly sanitized before being passed to the ExtendScript engine. It should primarily be used in a trusted, local environment.
Similar Servers
touchdesigner-mcp
Enables AI agents to control and operate TouchDesigner projects programmatically, allowing for node manipulation, Python script execution, and project querying.
photoshop-python-api-mcp-server
Controls Adobe Photoshop programmatically via Model Context Protocol (MCP) for AI assistants.
puppeteer-mcp-server
Automating browser interactions and web scraping via an MCP server.
runautomation-mcpserver
A comprehensive Playwright-based Model Context Protocol (MCP) server designed for AI assistants to perform web testing, browser automation, and quality assurance tasks through natural language commands.