Skip to main content
Glama

Gemini MCP Server for Claude Desktop

gemini-edit-image

Edit images using AI by providing a file path and detailed instructions, with optional context for tailored enhancements. Powered by Gemini AI in Claude Desktop.

Instructions

Edit existing images using Gemini's AI image editing capabilities (with learned user preferences)

Input Schema

NameRequiredDescriptionDefault
contextNoOptional context for intelligent enhancement (e.g., "subtle", "dramatic", "professional")
edit_instructionYesDetailed instruction for how to edit the image
image_pathYesPath to the image file to edit (JPEG, PNG, WebP, GIF, BMP)

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Optional context for intelligent enhancement (e.g., \"subtle\", \"dramatic\", \"professional\")", "type": "string" }, "edit_instruction": { "description": "Detailed instruction for how to edit the image", "type": "string" }, "image_path": { "description": "Path to the image file to edit (JPEG, PNG, WebP, GIF, BMP)", "type": "string" } }, "required": [ "image_path", "edit_instruction" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garblesnarff/gemini-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server