AI image generation and editing for Claude Code, Codex CLI, and MCP-compatible AI agents
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/mcp.bundle.js"
],
"env": {
"GEMINI_API_KEY": "${GEMINI_API_KEY}"
}
}