プロンプトショップMCP
英語 |中国語
シンプルなテキストコマンドで画像を変換できる強力なMCP(モデルコンテキストプロトコル)サーバー。自然言語で必要な情報を入力するだけで、プロのデザイナーのように写真を編集できます。
デモ
オリジナル画像\
プロンプト:犬にコートを着せる\
プロンプト:帽子を追加してください\
特徴
画像生成: Google の Gemini モデルを使用してテキストプロンプトから画像を作成する
画像の変更:テキストの指示に基づいて既存の画像を変換します
背景の削除:remove.bg APIを使用して画像から背景を削除します
画像ホスティング: FreeImage.host 経由で生成された画像を共有します
リソース管理: 生成およびアップロードされた画像を追跡および管理します
要件
インストール
このリポジトリをクローンします:
git https://github.com/Kira-Pgr/Image-Toolkit-MCP-Server.git cd Image-Toolkit-MCP-ServerUV をインストールします (まだインストールされていない場合)。
# 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 デスクトップ統合: Claude デスクトップから直接サーバーを実行するには、
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