Skip to content

Primeros pasos

Elige tu cliente, instala y envía un primer prompt. Lleva alrededor de un minuto.

La documentación detallada está en inglés.

Antes de empezar

  • Adobe Photoshop instalado y abierto (macOS o Windows).
  • Node.js 18 o superior — no hace falta si usas el paquete de Claude Desktop.

Elige tu cliente

Populares
  1. Click Install in Cursor and accept the prompt.
  2. If nothing opens, paste the JSON into mcp.json.
Si el botón no hace nada, pega esto en tu configuración
mcp.json
{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp"
      ]
    }
  }
}

Dónde pegarlo~/.cursor/mcp.jsonCursor Settings → MCP → Add new MCP server

Comprueba que funciona
Haz ping a Photoshop y lista los documentos abiertos.

Deberías ver la versión de Photoshop y los nombres de los documentos abiertos.

Tus primeros prompts

text
Remove the background from the active layer and keep the original pixels behind a mask.
text
Resize this document to 1080x1350, sharpen it, and export an optimized JPEG.
text
Organize the layer stack: rename layers by kind and group related ones.

Siguientes pasos