Developer Tools
Trust: 27/100 (Limited)io.github.alisaitteke/photoshop-mcp Guide
MCP server for Adobe Photoshop automation - control Photoshop from AI assistants
2 starsby alisaitteke
Quick Start
Install
npx @alisaitteke/photoshop-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-alisaitteke-photoshop-mcp": {
"command": "npx",
"args": [
"@alisaitteke/photoshop-mcp"
]
}
}
}