프롬프트샵MCP
영어 | 중국어
간단한 텍스트 명령을 사용하여 이미지를 변환하는 강력한 MCP(모델 컨텍스트 프로토콜) 서버입니다. 전문 디자이너처럼 사진을 편집하세요. 원하는 내용을 자연어로 설명하세요!
데모
원본 이미지\
프롬프트: 개에게 코트를 추가하세요 \
프롬프트: 모자를 추가하세요 \
특징
이미지 생성 : Google의 Gemini 모델을 사용하여 텍스트 프롬프트에서 이미지 생성
이미지 수정 : 텍스트 지침에 따라 기존 이미지를 변형합니다.
배경 제거 : remove.bg API를 사용하여 이미지에서 배경 제거
이미지 호스팅 : FreeImage.host를 통해 생성된 이미지 공유
리소스 관리 : 생성 및 업로드된 이미지를 추적하고 관리합니다.
요구 사항
설치
이 저장소를 복제하세요:
지엑스피1
UV를 설치하세요(아직 설치되지 않았다면):
# On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows. powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # With pip. pip install uvUV를 사용하여 종속성을 설치합니다.
uv venv --python=python3.11 source .venv/bin/activate #or .venv/Scripts/activate on Windows uv pip install -r requirements.txt
용법
Claude Desktop 통합 : Claude Desktop에서 직접 서버를 실행하려면 다음 구성을
claude_desktop_config.json
파일에 추가하세요."PromptShopMCP": { "command": "uv", "args": [ "--directory", "/project/dir/", "run", "mcp", "run", "/project/dir/server.py" ], "env": { "GEMINI_API_KEY": "key", "FREEIMAGE_API_KEY": "key", "REMOVEBG_API_KEY": "key" } }참고: 플레이스홀더
"key"
값을 실제 API 키로 바꾸세요.커서 통합 :
Linux/macOS :cursor.sh
파일을 수정하여 API 키와 프로젝트 디렉토리를 설정합니다.
커서 설정에서 "MCP" 탭으로 이동하여
Add new MCP server
클릭합니다.서버 이름을 원하는 대로 지정하고 명령을
sh /absolute/path/to/cursor.sh
로 설정합니다.서버가 시작될 때까지 기다리면 서버와 사용 가능한 도구를 볼 수 있습니다.
그러면 에이전트를 사용하면 도구를 사용할지 여부를 자동으로 감지합니다.
Windows : cursor.bat
파일을 수정하여 API 키와 프로젝트 디렉토리를 설정합니다.
커서 설정에서 "MCP" 탭으로 이동하여
Add new MCP server
클릭합니다.서버 이름을 원하는 대로 지정하고 명령을
cmd /c C:\absolute\path\to\cursor.bat
로 설정합니다.서버가 시작될 때까지 기다리면 서버와 사용 가능한 도구를 볼 수 있습니다.
그러면 에이전트를 사용하면 도구를 사용할지 여부를 자동으로 감지합니다.
감사의 말
Google Gemini : 이미지 생성 기능
Remove.bg : 배경 제거 서비스
FreeImage.host : 이미지 호스팅 서비스용
MCP : 모델 컨텍스트 프로토콜용
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Google Gemini 모델과 기타 이미지 서비스를 활용하여 모델 컨텍스트 프로토콜을 통해 AI 기반 이미지 생성, 수정 및 처리 기능을 제공하는 서버입니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 API, allowing users to generate multiple images with customizable parameters like prompts, aspect ratios, and person generation settings.Last updated -1174MIT License
- AsecurityFlicenseAqualityA server that provides access to Google Gemini AI capabilities including text generation, image analysis, YouTube video analysis, and web search functionality through the MCP protocol.Last updated -614
- AsecurityAlicenseAqualityA Model Context Protocol server that enables generating and editing images using OpenAI's gpt-image-1 model, allowing AI assistants to create and modify images from text prompts.Last updated -24516MIT License
- -securityFlicense-qualityA Model Context Protocol server that connects to Google AI Studio/Gemini API, enabling content generation with support for various file types, conversation history, and system prompts.Last updated -13917