PsMCP - MCP Server for Photoshop

MIT License
2

Integrations

  • Uses .env configuration for storing API keys and directory settings needed to connect the MCP server with Photoshop.

  • Offers a Gradio client interface for testing the Photoshop automation tools, though with limited tool call functionality compared to other clients.

  • Leverages Python for the implementation of the MCP server that connects to Photoshop, enabling programmatic control of PSD editing and creative workflows.

PsMCP-MCP-Server-für-Photoshop

Sehen Sie sich unten die Demo an

Verwendung

Installationsvoraussetzungen

Aktivieren Sie Ihre Python-Umgebung und installieren Sie Abhängigkeiten:

pip install -r requirements.txt

Ausführen mit dem bereitgestellten Gradio-Client


Achtung : Der von mir bereitgestellte Gemini Gradio-Client führt aus irgendeinem Grund nur maximal einen Tool-Aufruf pro Anfrage aus. Verwenden Sie diesen nur zum Testen des Tools. Für die tatsächliche Verwendung verwenden Sie Claude oder Cursor.


Legen Sie den Gemini-Schlüssel in .env fest

GEMINI_API_KEY = PASTE_YOUR_KEY_HERE

Verzeichnisse für PSDs, Assets und Exporte festlegen

PSD_DIRECTORY = "D:\\Photoshop Files" EXPORT_DIRECTORY = "D:\\PsMCP-Exports" ASSETS_DIR = "D:\\PsMCP-Assets"

Führen Sie die App aus und stellen Sie eine Verbindung zum Server her

python app.py

Server mit einem beliebigen MCP-Client konfigurieren (Claude, Cursor usw.)

Fügen Sie den Server wie folgt zur Konfigurationsdatei hinzu, um auf die Tools zuzugreifen

{ "mcpServers": { "PhotoshopAdv": { "command": "uv", "args": [ "--directory", "Path/To/Directory", "run", "psMCP.py" ], "timeout": 60000 } } }

Anwendungsfälle

  • Automatisieren Sie wiederkehrende Photoshop-Aufgaben (z. B. Einfügen von Text, Größenänderung, Exportieren).
  • Erstellen Sie benutzerdefinierte Design-Pipelines für die Stapelbearbeitung von PSDs.
  • Erstellen Sie schnell Marketing-Kreatives aus Vorlagen.
  • Schalten Sie Ebenen um oder wenden Sie Effekte dynamisch über Python-Skripte an.
  • Optimieren Sie die Versionierung und Exportprozesse kreativer Assets.
-
security - not tested
A
license - permissive license
-
quality - not tested

Ein Server, der es KI-Tools wie Claude und Cursor ermöglicht, Photoshop über natürliche Sprachbefehle zu automatisieren und zu steuern und so Aufgaben wie das Bearbeiten von PSDs, das Umschalten von Ebenen und das Generieren von Marketing-Kreativen zu ermöglichen.

  1. Verwendung
    1. Anwendungsfälle

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A server that enables natural language interaction with AutoCAD through large language models like Claude, allowing users to create and modify drawings using conversational commands.
        Last updated -
        19
        Python
        • Apple
      • -
        security
        A
        license
        -
        quality
        A server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.
        Last updated -
        40
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A server that enables AI assistants to create and edit PowerPoint presentations with features for adding various slide types, tables, charts, and AI-generated images through Stable Diffusion.
        Last updated -
        11
        1
        Python
        MIT License
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A lightweight server that enables AI assistants like Cursor & Claude to read from and write to Obsidian vaults, allowing actions like creating notes, checking existing content, and managing todos through natural language.
        Last updated -
        192
        8
        TypeScript

      View all related MCP servers

      ID: lyx1o1urrl