Summary
Text-to-image generation inline, with size presets for the common aspect ratios.
The shortcut tools remove the one parameter people fumble most — the exact pixel size — so an agent can ask for a landscape image and get a sensible aspect ratio, while generate_ai_image stays available when the size or model needs to be specified exactly.
What it is
A server that wraps an image-generation library over OpenAI and Replicate, so an assistant can produce images from a text prompt with control over size, model, and output path.
What you get
- generate_ai_image creates an image from a prompt, with optional size, model, and output-file path
- square_image, landscape_image, and portrait_image are preset-size shortcuts that take the same parameters without needing a size
- Built on the ai-image module for OpenAI and Replicate image models
Requirements
API keys for OpenAI and/or Replicate, supplied in the client configuration; runs through npx on Node.
Setup effort
One command plus a key — npm install -g image-mcp, then supply credentials
