What problem does it solve?
Manual interaction with the Gemini web UI is slow and hard to automate, especially for repeatable tasks like image generation, chat workflows, and retrieving generated images.
Core Features & Use Cases
- AI Image Generation: Generate images from prompts, optionally using reference images for image-to-image workflows, and return saved outputs to your local filesystem.
- Text Conversations: Send multi-turn text prompts and retrieve Gemini’s latest or all text responses.
- Image Retrieval & Delivery: Extract generated images (base64 or full-size CDP download) and automatically remove Gemini watermarks where supported.
- Session & Model Management: Create new/temp chats, switch models, and adjust thinking depth through provided MCP tools.
- On-demand Browser Daemon: Automatically start and reuse a managed browser session via a lifecycle TTL so you don’t have to handle setup each run.
Quick Start
Start using the MCP tool by asking: "Generate an image of a cute cat in a specific style and return the saved file path."