Home › Design & Media › mcp-image
mcp-image
AI image generation and editing with prompt optimization and quality presets
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.14.0)
npx -y mcp-image@0.14.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp-image": {
"command": "npx",
"args": [
"-y",
"mcp-image@0.14.0"
],
"env": {
"IMAGE_PROVIDER": "<YOUR_VALUE>",
"GEMINI_API_KEY": "<YOUR_VALUE>",
"OPENAI_API_KEY": "<YOUR_VALUE>",
"ARK_API_KEY": "<YOUR_VALUE>",
"IMAGE_OUTPUT_DIR": "<YOUR_VALUE>",
"IMAGE_QUALITY": "<YOUR_VALUE>",
"SKIP_PROMPT_ENHANCEMENT": "<YOUR_VALUE>"
}
}
}
}
IMAGE_PROVIDER— Image provider to use: 'gemini' (default), 'openai', or 'seedream'GEMINI_API_KEYsecret — Google Gemini API key for image generation when IMAGE_PROVIDER=gemini (get from https://aistudio.google.com/apikey)OPENAI_API_KEYsecret — OpenAI API key for image generation when IMAGE_PROVIDER=openai. Requires OpenAI organization verification to access GPT Image 2.5 (https://platform.openai.com/settings/organization/general)ARK_API_KEYsecret — BytePlus ModelArk AP region API key required when IMAGE_PROVIDER=seedreamIMAGE_OUTPUT_DIR— Absolute or working-directory-relative path where generated images will be saved (defaults to ./output)IMAGE_QUALITY— Default quality preset: 'fast' (default), 'balanced', or 'quality'SKIP_PROMPT_ENHANCEMENT— Set to 'true' to disable automatic prompt optimization and use direct prompts
Related servers
mcp-for-blender
MCP server for working with Blender
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
Tolgee
Your app's translations in Tolgee: search keys, create translations, trigger machine translation
davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
Data from the Official MCP Registry