Image Toolkit MCP Server
プロンプトショップMCP
英語 |中国語
シンプルなテキストコマンドで画像を変換できる強力なMCP(モデルコンテキストプロトコル)サーバー。自然言語で必要な情報を入力するだけで、プロのデザイナーのように写真を編集できます。
デモ
オリジナル画像\
プロンプト:犬にコートを着せる\
プロンプト:帽子を追加してください\
Related MCP server: GPT Image 1 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
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
- AlicenseDqualityDmaintenanceA 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.11895MIT
- AlicenseDqualityFmaintenanceA 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.21,77518MIT
- AlicenseAqualityDmaintenanceA 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.18836MIT
- AlicenseNot gradedqualityDmaintenanceA 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
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
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/Kira-Pgr/PromptShopMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server