Skip to main content
Glama

mcp-image-generator

by GMKR

generate_image

Create custom images from text prompts using a base64 encoded string. Specify width, height, and number of images to generate tailored visuals easily.

Instructions

Generates and returns an image based on the provided promptUse this tool when you need to generate an image based on a promptThe image will be returned as a base64 encoded string

Input Schema

NameRequiredDescriptionDefault
heightNoThe height of the image to generate
numberOfImagesNoThe number of images to generate
promptYesThe prompt to generate an image for
widthNoThe width of the image to generate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "height": { "description": "The height of the image to generate", "type": "number" }, "numberOfImages": { "description": "The number of images to generate", "type": "number" }, "prompt": { "description": "The prompt to generate an image for", "type": "string" }, "width": { "description": "The width of the image to generate", "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from mcp-image-generator

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/GMKR/mcp-imagegen'

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