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-포토샵 서버

아래 데모를 시청하세요

용법

설치 요구 사항

Python 환경을 활성화하고 종속성을 설치하세요.

지엑스피1

제공된 Gradio 클라이언트를 사용하여 실행


주의 : 제가 제공한 Gemini Gradio 클라이언트는 어떤 이유에서인지 모든 요청에 대해 최대 하나의 도구 호출만 수행합니다. 이 기능은 도구 테스트용으로만 사용하세요. 실제 사용 시에는 Claude 또는 Cursor를 사용하세요.


.env에 Gemini 키 설정

GEMINI_API_KEY = PASTE_YOUR_KEY_HERE

PSD, 자산 및 내보내기에 대한 디렉토리 설정

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

앱을 실행하고 서버에 연결하세요

python app.py

모든 MCP 클라이언트(Claude, Cursor 등)로 서버 구성

도구에 액세스하려면 다음과 같이 구성 파일에 서버를 추가하세요.

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

사용 사례

  • 반복적인 Photoshop 작업(예: 텍스트 삽입, 크기 조정, 내보내기)을 자동화합니다.
  • 일괄 PSD 편집을 위한 맞춤형 디자인 파이프라인을 구축합니다.
  • 템플릿을 이용해 마케팅 크리에이티브를 빠르게 생성합니다.
  • Python 스크립트를 통해 레이어를 전환하거나 효과를 동적으로 적용합니다.
  • 크리에이티브 자산 버전 관리 및 내보내기 프로세스를 간소화합니다.
-
security - not tested
A
license - permissive license
-
quality - not tested

Claude와 Cursor와 같은 AI 도구가 자연어 명령을 통해 Photoshop을 자동화하고 제어할 수 있는 서버로, PSD 편집, 레이어 전환, 마케팅 크리에이티브 생성 등의 작업이 가능합니다.

  1. 용법
    1. 사용 사례

      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