AI & ML
Trust: 37/100 (Limited)io.github.somacoffeekyoto/imgx Guide
AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo.
by somacoffeekyoto
Quick Start
Install
npx imgx-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-somacoffeekyoto-imgx": {
"command": "npx",
"args": [
"imgx-mcp"
]
}
}
}