Back to Apps

Gemini Image Gen MCP
Supports UIby collactivelabs
Generate images and videos using Google's Gemini 2.0 Flash and Veo 2.0 models via MCP.
0 stars
Works in:claude
Exposes:Tools
What it does\nConnects LLMs to Google's advanced generative media models, allowing the AI to create high-quality images and videos directly within the chat interface using Gemini 2.0 Flash and Veo 2.0.\n\n## Tools\n- generate_image: Creates an image from a text prompt using Gemini 2.0 Flash.\n- generate_video: Generates a video from a text prompt using Veo 2.0.\n- generate_video_from_image: Animates a static image into a video using Veo 2.0.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "gemini-image-generation": {\n "command": "node",\n "args": ["/path/to/gemini-image-gen-mcp/src/mcp-server.js"],\n "env": {\n "GEMINI_API_KEY": "your-gemini-api-key-here"\n }\n }\n }\n}\n\n\n## Supported hosts\n- Claude (Claude Desktop)
Quick install
npm install -g gemini-image-gen-mcpInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{\n "mcpServers": {\n "gemini-image-generation": {\n "command": "node",\n "args": ["/full/path/to/gemini-image-gen-mcp/src/mcp-server.js"],\n "env": {\n "GEMINI_API_KEY": "your-gemini-api-key-here"\n }\n }\n }\n}





