Skip to main content
Glama

PsMCP - MCP Server for Photoshop

MIT License
2

PsMCP - Servidor MCP para Photoshop

Mira la demostración a continuación

Uso

Requisitos de instalación

Active su entorno Python e instale las dependencias:

pip install -r requirements.txt

Ejecutar utilizando el cliente Gradio proporcionado


Atención : El cliente Gemini Gradio que proporcioné, por alguna razón, solo realiza una llamada a la herramienta por solicitud. Úselo solo para probar la herramienta. Para su uso real, utilice Claude ot Cursor.


Ejemplo de Gradio Establecer la clave Gemini en .env

GEMINI_API_KEY = PASTE_YOUR_KEY_HERE

Establecer directorios para PSD, activos y exportaciones

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

Ejecute la aplicación y conéctese al servidor

python app.py

Configurar el servidor con cualquier cliente MCP (Claude, Cursor, etc.)

Agregue el servidor al archivo de configuración de la siguiente manera para acceder a las herramientas

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

Casos de uso

  • Automatice tareas repetitivas de Photoshop (por ejemplo, insertar texto, cambiar el tamaño, exportar).
  • Cree canales de diseño personalizados para la edición por lotes de PSD.
  • Genere rápidamente creatividades de marketing a partir de plantillas.
  • Alterne capas o aplique efectos dinámicamente a través de scripts de Python.
  • Optimice los procesos de creación de versiones y exportación de activos creativos.
-
security - not tested
A
license - permissive license
-
quality - not tested

Un servidor que permite que herramientas de IA como Claude y Cursor automaticen y controlen Photoshop a través de comandos de lenguaje natural, lo que permite tareas como editar PSD, alternar capas y generar creatividades de marketing.

  1. Uso
    1. Casos de uso

      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 -
        64
        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 -
        434
        8
        TypeScript

      View all related MCP servers

      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