Skip to main content
Glama

Gemini Image MCP Server

by devexpert-io

edit_image

Modify existing images using text instructions with Google Gemini AI. Add, remove, or alter elements by describing the changes you want to apply to your image file.

Instructions

Modify an existing image using Google Gemini AI based on a text instruction. Provide the path to the image you want to edit and describe the changes that should be applied.

Input Schema

NameRequiredDescriptionDefault
descriptionYesDescribe the changes that should be applied to the provided image. Be specific about elements to add, remove, or modify.
imageYesPath to the image file that should be edited. Can be absolute or relative to the server.
outputPathNoOptional path where the edited image should be saved. If omitted, saves in the current working directory using an auto-generated filename.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Describe the changes that should be applied to the provided image. Be specific about elements to add, remove, or modify.", "type": "string" }, "image": { "description": "Path to the image file that should be edited. Can be absolute or relative to the server.", "type": "string" }, "outputPath": { "description": "Optional path where the edited image should be saved. If omitted, saves in the current working directory using an auto-generated filename.", "type": "string" } }, "required": [ "description", "image" ], "type": "object" }

Other Tools from Gemini Image MCP Server

Related Tools

    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/devexpert-io/gemini-image-mcp-server'

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