AI image generation and editing MCP server. Generate images from text prompts, edit existing images with text instructions, and iterate on previous outputs with edit_last — all without leaving your editor. Supports 10+ MCP-compatible tools. Provider-agnostic architecture (currently Gemini, extensible to DALL-E, Stable Diffusion, etc).
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"GEMINI_API_KEY": ""
},
"args": [
"--package=imgx-cli",
"-y",
"imgx-mcp"
],
"command": "npx"
}