Home › Design & Media › gen-image MCP
gen-image MCP
Local stdio MCP for OpenAI-compatible and Gemini image generation, editing, and model fallback.
Topics: Art & Culture
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.2)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"gen-image-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"GEN_IMAGE_BASE_URL": "<YOUR_VALUE>",
"GEN_IMAGE_API_KEY": "<YOUR_VALUE>",
"GEN_IMAGE_MODEL": "<YOUR_VALUE>",
"GEN_IMAGE_GEMINI_MODEL": "<YOUR_VALUE>",
"GEN_IMAGE_AUTO_FALLBACK": "<YOUR_VALUE>"
}
}
}
}
GEN_IMAGE_BASE_URLrequired — Full HTTP/HTTPS base URL for the configured image API provider.GEN_IMAGE_API_KEYrequired secret — API key for the configured image API provider.GEN_IMAGE_MODEL— Optional comma-separated OpenAI Images API model list. Configure this or GEN_IMAGE_GEMINI_MODEL.GEN_IMAGE_GEMINI_MODEL— Optional comma-separated Gemini image model list. Configure this or GEN_IMAGE_MODEL.GEN_IMAGE_AUTO_FALLBACK— Optional true/false switch for sequential model fallback.
Related servers
mcp-for-blender
MCP server for working with Blender
davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
MeiGen-AI-Design-MCP
AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local…
manim-mcp-server
A local MCP server that generates animations using Manim.
aseprite-mcp
MCP server using the Aseprite API to create pixel art
bazi-mcp
Provides comprehensive and accurate Bazi (Chinese Astrology) charting and analysis
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry