loonghao/photoshop-python-api-mcp-server
A 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.
Platform-specific configuration:
{
"mcpServers": {
"photoshop-python-api-mcp-server": {
"command": "npx",
"args": [
"-y",
"photoshop-python-api-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...