← Index

io.github.somacoffeekyoto/imgx

io.github.somacoffeekyoto/imgx·v1.6.1·AI & LLMs
Quality Score
84
/100

AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "imgx": {
      "command": "npx",
      "args": [
        "-y",
        "imgx-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "imgx": {
      "command": "npx",
      "args": [
        "-y",
        "imgx-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y imgx-mcp
§02  Environment variables
GEMINI_API_KEY
secret

Gemini API key from Google AI Studio. Optional if configured via 'imgx config set api-key'.

OPENAI_API_KEY
secret

OpenAI API key. Optional if configured via 'imgx config set api-key --provider openai'.

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs