imgx for Windsurf
io.github.somacoffeekyoto/imgx
AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo.
client:Windsurf
transport:stdio
runtime:npm
Install imgx in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"imgx": {
"command": "npx",
"args": [
"-y",
"imgx-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs