Discover and explore top open-source AI tools and projects—updated daily.
loonghaoAI-driven Photoshop automation server
Top 93.6% on SourcePulse
This project provides a Model Context Protocol (MCP) server that bridges AI assistants and other MCP clients with Adobe Photoshop. It enables programmatic control over Photoshop for image editing, workflow automation, and task management through structured commands, benefiting developers and power users seeking to integrate Photoshop capabilities into AI-driven applications.
How It Works
The server acts as an intermediary, leveraging the photoshop-python-api library to communicate with Adobe Photoshop. It utilizes Windows-specific Component Object Model (COM) interfaces to achieve deep integration, allowing AI assistants to send commands for creating documents, manipulating layers, applying adjustments, and retrieving session information. This approach facilitates context-aware interactions between AI models and the Photoshop application.
Quick Start & Requirements
pip install photoshop-mcp-server) or uv (uv install photoshop-mcp-server).uvx as the command. An example configuration includes setting the PS_VERSION environment variable (e.g., "2024") to specify the Photoshop version.Highlighted Details
photoshop://document/layers).Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), sponsorships, or a public roadmap were found in the provided documentation.
Licensing & Compatibility
Limitations & Caveats
The primary limitation is its strict Windows-only compatibility, stemming from its dependency on Windows-specific COM interfaces. macOS and Linux users cannot utilize this MCP server. A local installation of Adobe Photoshop is also a mandatory requirement.
2 weeks ago
Inactive
varunshenoy