- Image Gen
Image Gen
Local stdio MCP server for generating and editing images via OpenAI gpt-image-2 or Google Gemini (Nano Banana / Pro image-preview). Saves PNGs to ~/Pictures/image-gen/ and returns inline JPEG thumbnails. Bring your own OpenAI and/or Gemini API key.
Overview
Image Gen
Open-source Claude plugin + stdio MCP server for generating and editing images via OpenAI gpt-image-2 and Google Gemini
(gemini-3.1-flash-image-preview / gemini-3-pro-image-preview, aka Nano Banana / Pro). Bring your own OpenAI and/or Gemini API
key.
Tools
generate_image— Generate or edit an image via OpenAI gpt-image-2 or Google Gemini. Accepts a prompt plus optional reference images, model selection, size, and quality settings.check_image_job— Poll a previously-started image generation job.
PNGs land in ~/Pictures/image-gen/; the tool returns an inline JPEG thumbnail so the client can render the result immediately.
Install
Three install surfaces, depending on the client:
| Artifact | Surface | What it gives you |
|---|---|---|
image-gen-<os>-<arch>.mcpb | Claude Desktop (Install Extension) | MCP tools (generate_image, check_image_job) |
image-gen-plugin.zip | Claude Desktop or Claude Code | image-gen skill + /image-gpt + /image-gemini slash commands |
mcp/dist/index.js | Manual claude mcp add / claude_desktop_config.json | Same MCP, full manual control |
Published .mcpb builds: darwin-arm64, darwin-x64, win32-x64. Linux users build from source via the Claude Code install
guide.
Claude Code (quick path)
# 1. Download + extract the platform-matching .mcpb
curl -L -o /tmp/image-gen.mcpb \
https://github.com/Cleveland-RD/claude-image-gen/releases/latest/download/image-gen-darwin-arm64.mcpb
mkdir -p ~/.image-gen-mcp && unzip -oq /tmp/image-gen.mcpb -d ~/.image-gen-mcp
# 2. Register with Claude Code
claude mcp add image-gen -s user \
-e OPENAI_API_KEY="sk-..." \
-e GEMINI_API_KEY="..." \
-- node "$HOME/.image-gen-mcp/server/index.js"
Claude Desktop
Download the .mcpb matching your OS + CPU from Releases and open it — Desktop prompts for API keys on install.
API keys
At least one required:
- OpenAI for gpt-image-2 — platform.openai.com/api-keys
- Gemini for Nano Banana / Pro — aistudio.google.com/apikey
Server Config
{
"mcpServers": {
"image-gen": {
"command": "node",
"args": [
"<HOME>/.image-gen-mcp/server/index.js"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
}
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
WindsurfThe new purpose-built IDE to harness magic
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Amap Maps高德地图官方 MCP Server
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
Playwright McpPlaywright MCP server
Tavily Mcp
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.