io.github.somacoffeekyoto/imgx
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_KEYsecret
Gemini API key from Google AI Studio. Optional if configured via 'imgx config set api-key'.
OPENAI_API_KEYsecret
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
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API