AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo.
claude mcp add imgx -- npx -y imgx-mcp
claude_desktop_config.json
{
"mcpServers": {
"imgx": {
"command": "npx",
"args": [
"-y",
"imgx-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"imgx": {
"command": "npx",
"args": [
"-y",
"imgx-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"imgx": {
"command": "npx",
"args": [
"-y",
"imgx-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"imgx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"imgx-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"imgx": {
"command": "npx",
"args": [
"-y",
"imgx-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.somacoffeekyoto--imgx/reviews or the review_server meta-tool.
POST /mcp