PromptShop MCP Server

Edit images with simple text commands using AI.

Local serverstdioPython 18

What is the PromptShop MCP server?

Connect PromptShop to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Edit images with simple text commands using AI. The promptshop mcp server is what makes that connection.

What the server does

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

  • Image Generation — Create images from text prompts using Google's Gemini models
  • Image Modification — Transform existing images based on text instructions
  • Background Removal — Remove backgrounds from images using the remove.bg API
  • Image Hosting — Share generated images via FreeImage.host
  • Resource Management — Track and manage generated and uploaded images

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Credentials and setup notes

Configuration is passed through the environment: GEMINI_API_KEY, FREEIMAGE_API_KEY, REMOVEBG_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Python 3.11 or higher - Required API keys: - Google Gemini API key Get key - FreeImage.host API key Get key - Remove.bg API key Get key

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by Kira-Pgr; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Configuration

  • Python 3.11 or higher - Required API keys: - Google Gemini API key Get key - FreeImage.host API key Get key - Remove.bg API key Get key
VariableDescriptionRequired
GEMINI_API_KEYCredential the server authenticates with.Yes
FREEIMAGE_API_KEYCredential the server authenticates with.Yes
REMOVEBG_API_KEYCredential the server authenticates with.Yes

Frequently asked questions

PromptShop is an AI-powered tool that allows you to edit images using simple text commands. You can generate new images, modify existing ones, and remove backgrounds, all through natural language prompts.