Skip to content

Erste Schritte

Client wählen, installieren, ersten Prompt senden. Dauert etwa eine Minute.

Die ausführliche Dokumentation ist auf Englisch.

Bevor du anfängst

  • Adobe Photoshop installiert und geöffnet (macOS oder Windows).
  • Node.js 18 oder neuer — entfällt, wenn du das Claude-Desktop-Paket nutzt.

Wähle deinen Client

Beliebt
  1. Click Install in Cursor and accept the prompt.
  2. If nothing opens, paste the JSON into mcp.json.
Falls die Schaltfläche nichts bewirkt, füge dies stattdessen in deine Konfiguration ein
mcp.json
{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp"
      ]
    }
  }
}

Wo es hingehört~/.cursor/mcp.jsonCursor Settings → MCP → Add new MCP server

Prüfen, ob es funktioniert
Pinge Photoshop an und liste die geöffneten Dokumente auf.

Du solltest die Photoshop-Version und die Namen geöffneter Dokumente sehen.

Deine ersten 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.

Nächste Schritte