mcp-server-gemini-image-generator

MCP server for AI image generation and editing using Google's Gemini Flash models. Create images from text prompts with intelligent filename generation and strict text exclusion. Supports text-to-image generation with future expansion to image editing capabilities.

GitHub Stars

21

User Rating

Not Rated

Favorites

0

Views

23

Forks

16

Issues

0

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Python 3.11+
Google AI API key (Gemini)
MCP host application (Claude Desktop App, Cursor, or other MCP-compatible clients)
1Visit [Google AI Studio API Keys page](https://aistudio.google.com/apikey)
2Sign in with your Google account
3Click "Create API Key"
4Copy your new API key for use in the configuration
5Note: The API key provides a certain quota of free usage per month. You can check your usage in the Google AI Studio
To install Gemini Image Generator MCP for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@qhdrl12/mcp-server-gemini-image-gen):
bash
npx -y @smithery/cli install @qhdrl12/mcp-server-gemini-image-gen --client claude
1Clone the repository:
bash
git clone https://github.com/your-username/mcp-server-gemini-image-generator.git
cd mcp-server-gemini-image-generator
2Create a virtual environment and install dependencies:
```bash

Additional Resources