Skip to main content
Glama

PsMCP - MCP Server for Photoshop

PsMCP-Photoshop用MCPサーバー

以下のデモをご覧ください

使用法

インストール要件

Python 環境をアクティブ化し、依存関係をインストールします。

pip install -r requirements.txt

提供されているGradioクライアントを使用して実行する


注意:私が提供しているGemini Gradioクライアントは、何らかの理由で、リクエストごとにツール呼び出しを最大1回しか行いません。これはツールのテストにのみ使用してください。実際の使用にはClaude ot 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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude や Cursor などの AI ツールが自然言語コマンドを通じて Photoshop を自動化および制御できるようにするサーバー。PSD の編集、レイヤーの切り替え、マーケティング クリエイティブの生成などのタスクが可能になります。

  1. 使用法
    1. ユースケース

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Acts as a bridge between Claude's desktop application and the Cursor editor, enabling seamless AI-powered automation and multi-instance management across platforms with standardized communication and secure token-based authentication.
        Last updated -
        6
        67
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        A server that integrates Flux's advanced image generation and manipulation features into AI coding assistants, enabling seamless text-to-image and image control workflows in IDEs like Cursor and Windsurf.
        Last updated -
        4
        19
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that integrates with AI editors like Cursor to maximize agentic capabilities while solving context window limitations, providing a Svelte UI for task planning and implementation tracking.
        Last updated -
        18
        TypeScript
      • -
        security
        F
        license
        -
        quality
        An MCP server that allows AI tools like Claude Desktop, Claude Code, and Cursor to visually interact with macOS applications by capturing screenshots and controlling the mouse and keyboard.
        Last updated -
        2
        TypeScript
        • Apple

      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