Image Toolkit MCP Server

Use AI to edit image in Claude Desktop / Cursor (AI P图)

Local serverstdioPython

What is the Image Toolkit MCP server?

Use AI to edit image in Claude Desktop / Cursor (AI P图). That is what the image toolkit mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

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

Getting it running

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

What it needs from you

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

How it compares

Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by Kira-Pgr; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Image Toolkit's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • 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.

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

Python 3.11 or higher and the UV package manager. Requires API keys for Google Gemini, FreeImage.host, and Remove.bg.