Skip to main content
Glama
Kira-Pgr

Image Toolkit MCP Server

by Kira-Pgr

프롬프트샵MCP

영어 | 중국어

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

데모

원본 이미지\

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

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

Related MCP server: GPT Image 1 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 로 설정합니다.

  • 서버가 시작될 때까지 기다리면 서버와 사용 가능한 도구를 볼 수 있습니다.

  • 그러면 에이전트를 사용하면 도구를 사용할지 여부를 자동으로 감지합니다.

감사의 말

A
license - permissive license
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI-powered image generation through Stability AI and Black Forest Labs APIs, allowing users to create images from detailed text prompts with customizable settings and comprehensive metadata tracking.
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • MCP server for NanoBanana AI image generation and editing

  • MCP server for Flux AI image generation

View all MCP Connectors

Latest Blog Posts

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