photoshop mcp for Cursor
io.github.alisaitteke/photoshop-mcp
MCP server for Adobe Photoshop — 122 tools (generative AI + recipes), standalone web UI. Control Ph…
client:Cursor
transport:stdio
runtime:npm
Install photoshop mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"photoshop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alisaitteke/photoshop-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs