photoshop-python-api-mcp-server
loonghao/photoshop-python-api-mcp-serverA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"photoshop-python-api-mcp-server": {
"url": "None",
"transport": "http"
}
}
}