PsMCP - MCP Server for Photoshop
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.txtAusfü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_HEREVerzeichnisse 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.pyServer 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
}
}
}Related MCP server: Photoshop MCP Windows-First
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn AI-driven integration server that enables natural language control of Adobe Photoshop through the Model Context Protocol. It automates design workflows by facilitating smart asset slicing, layer analysis, and the future generation of UI code from design files.2
- AlicenseNot gradedqualityDmaintenanceAn MCP server for controlling Adobe Photoshop from AI assistants, with Windows-first workflow, structured state, smoke-tested action playback, and a bundled Codex skill for image editing.2MIT
- AlicenseAqualityCmaintenanceA professional MCP server that lets AI assistants directly control Adobe Photoshop for document creation, layer management, filters, adjustments, shapes, text, and design intelligence like palette generation and font pairing.322MIT
- AlicenseNot gradedqualityCmaintenanceEnables automation of Photoshop tasks such as PSD editing, layer toggling, text insertion, and exporting through MCP clients like Claude or Cursor.MIT
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Flux AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Chandrahas455/PsMCP-MCP-Server-for-Photoshop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server