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_HEREPSD、アセット、エクスポートのディレクトリを設定する
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
}
}
}Related MCP server: Photoshop MCP Windows-First
ユースケース
反復的な Photoshop タスク (テキストの挿入、サイズ変更、エクスポートなど) を自動化します。
バッチ PSD 編集用のカスタム デザイン パイプラインを構築します。
テンプレートからマーケティングクリエイティブを迅速に生成します。
Python スクリプトを使用してレイヤーを切り替えたり、効果を動的に適用したりします。
クリエイティブ アセットのバージョン管理とエクスポートのプロセスを合理化します。
This server cannot be deployed
Maintenance
Related MCP Connectors
The Canva MCP server connects AI assistants (like Claude, ChatGPT, and Cursor) to Canva's API, enabling them to create and manage designs directly within chat conversations. Key capabilities include generating new designs from prompts, autofilling templates, searching and resizing existing designs, importing files from URLs, exporting designs as PDFs or images, and managing folders and comments without switching between tools.
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.
Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.
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.3MIT
- AlicenseAqualityDmaintenanceA 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