Skip to main content
Glama

Image Toolkit MCP Server

by Kira-Pgr

프롬프트샵MCP

영어 | 중국어

간단한 텍스트 명령을 사용하여 이미지를 변환하는 강력한 MCP(모델 컨텍스트 프로토콜) 서버입니다. 전문 디자이너처럼 사진을 편집하세요. 원하는 내용을 자연어로 설명하세요!

데모

원본 이미지\

프롬프트: 개에게 코트를 추가하세요 \

프롬프트: 모자를 추가하세요 \

특징

  • 이미지 생성 : Google의 Gemini 모델을 사용하여 텍스트 프롬프트에서 이미지 생성
  • 이미지 수정 : 텍스트 지침에 따라 기존 이미지를 변형합니다.
  • 배경 제거 : remove.bg API를 사용하여 이미지에서 배경 제거
  • 이미지 호스팅 : FreeImage.host를 통해 생성된 이미지 공유
  • 리소스 관리 : 생성 및 업로드된 이미지를 추적하고 관리합니다.

요구 사항

설치

  1. 이 저장소를 복제하세요:지엑스피1
  2. 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 uv
  3. UV를 사용하여 종속성을 설치합니다.
    uv venv --python=python3.11 source .venv/bin/activate #or .venv/Scripts/activate on Windows uv pip install -r requirements.txt

용법

  1. 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 키로 바꾸세요.
  2. 커서 통합 :
    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 로 설정합니다.
  • 서버가 시작될 때까지 기다리면 서버와 사용 가능한 도구를 볼 수 있습니다.
  • 그러면 에이전트를 사용하면 도구를 사용할지 여부를 자동으로 감지합니다.

감사의 말

-
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.

Google Gemini 모델과 기타 이미지 서비스를 활용하여 모델 컨텍스트 프로토콜을 통해 AI 기반 이미지 생성, 수정 및 처리 기능을 제공하는 서버입니다.

  1. 데모
    1. 특징
      1. 요구 사항
        1. 설치
          1. 용법
            1. 감사의 말

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
                Last updated -
                1
                97
                3
                TypeScript
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables high-quality image generation using the Flux.1 Schnell model via Together AI with customizable parameters.
                Last updated -
                1
                29
                8
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.
                Last updated -
                1
                8
                Python
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                A 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 -
                1
                JavaScript
                MIT License
                • Apple
                • Linux

              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/Kira-Pgr/PromptShopMCP'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server