Show HN: I built an MCP server that integrates Google's Gemini image generation models with Claude Desktop/Code.
I run a newsletter and needed to automate image generation as part of my content workflow. The existing options were either too manual or too tightly coupled to specific platforms, so I built this.
It supports batch processing with queue review, dual quality tiers (Gemini 3 Pro at 4K, Flash at 1K), up to 14 reference images, WebP conversion, and direct WordPress upload.
The batch system cuts API costs roughly in half compared to generating images one at a time. All configuration is JSON-based, and it can run as a systemd service.
MIT licensed. Happy to answer questions about the architecture or MCP implementation.