gemini-image-mcp
Related Servers
Alternatives to gemini-image-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for AI image generation and editing using Google Gemini image models.7403 npmMIT
- AlicenseAqualityCmaintenanceMCP server for generating and editing images using Google Gemini API. Supports text-to-image generation, image editing, and image description.310 npmMIT
- AlicenseAqualityDmaintenanceMCP server for Google Gemini image generation with configurable model support, enabling text-to-image generation, image editing, and iterative refinement.640MIT
- AlicenseBqualityCmaintenanceMCP server for generating images and audio using Google's Gemini AI models.22MIT
- AlicenseAqualityDmaintenanceMCP server for generating and editing images using Google Gemini API, with support for multi-turn iterative refinement.325 npmMIT
- AlicenseBqualityBmaintenanceAn MCP server for AI-powered image generation, editing, analysis, and transformation using Google's Gemini and Imagen 4 models.192AGPL 3.0
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: generate_image handles AI-powered generation/editing via Google Gemini, while process_image performs local image operations using sharp. Descriptions explicitly clarify when to use each, leaving no ambiguity.
Both tool names follow a consistent 'verb_noun' pattern: 'generate_image' and 'process_image'. This pattern is uniform and predictable, making it easy for an agent to infer functionality.
With only 2 tools, the server is minimalist but well-scoped for its purpose of image generation and processing. While more tools could be added (e.g., for metadata extraction), the current count is reasonable for a focused MCP server.
The tools cover the core image lifecycle: AI generation/editing and local processing (crop, resize, background removal, format conversion). Minor gaps exist (e.g., no direct download or metadata retrieval), but the essential workflows are supported.