PsMCP - MCP Server for Photoshop
PsMCP-MCP-포토샵 서버
아래 데모를 시청하세요

용법
설치 요구 사항
Python 환경을 활성화하고 종속성을 설치하세요.
지엑스피1
제공된 Gradio 클라이언트를 사용하여 실행
주의 : 제가 제공한 Gemini Gradio 클라이언트는 어떤 이유에서인지 모든 요청에 대해 최대 하나의 도구 호출만 수행합니다. 이 기능은 도구 테스트용으로만 사용하세요. 실제 사용 시에는 Claude 또는 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 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