Image Toolkit
About
Provides image manipulation capabilities through Gemini models and third-party APIs for generating images from text, modifying existing images, and removing backgrounds with automatic FreeImage.host uploading.
Details
- Author
- kira-pgr
- Repository
- Kira-Pgr/PromptShopMCP
- GitHub stars
- 14
- License
- MIT License
- Categories
- Productivity, Developer Tools, Design, File Management, AI, Media, API, Frontend, Infrastructure
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Image ToolkitCommand (node, npx, python, etc.)uvArguments-
Argument 1
--directory -
Argument 2
/project/dir/ -
Argument 3
run -
Argument 4
mcp -
Argument 5
/project/dir/server.py
Environment-
GEMINI_API_KEY
key -
REMOVEBG_API_KEY
key -
FREEIMAGE_API_KEY
key
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"image toolkit": {
"env": {
"GEMINI_API_KEY": "key",
"REMOVEBG_API_KEY": "key",
"FREEIMAGE_API_KEY": "key"
},
"args": [
"--directory",
"/project/dir/",
"run",
"mcp",
"/project/dir/server.py"
],
"command": "uv"
}
}
}
Linux
{
"env": {
"GEMINI_API_KEY": "key",
"REMOVEBG_API_KEY": "key",
"FREEIMAGE_API_KEY": "key"
},
"args": [
"--directory",
"/project/dir/",
"run",
"mcp",
"/project/dir/server.py"
],
"command": "uv"
}
Macos
{
"env": {
"GEMINI_API_KEY": "key",
"REMOVEBG_API_KEY": "key",
"FREEIMAGE_API_KEY": "key"
},
"args": [
"--directory",
"/project/dir/",
"run",
"mcp",
"/project/dir/server.py"
],
"command": "uv"
}
Windows
{
"env": [],
"args": [
"/c",
"C:\\absolute\\path\\to\\cursor.bat"
],
"shell": true,
"command": "cmd"
}
PromptShopMCP

English | 中文
A powerful MCP (Model Context Protocol) server that transforms images using simple text commands. Edit photos like a professional designer - just describe what you want in natural language!
Demo
Original Image
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





