AI Image Generator MCP Server avatar

AI Image Generator MCP Server

Pricing

from $1.00 / 1,000 image credits

Go to Apify Store
AI Image Generator MCP Server

AI Image Generator MCP Server

Generate AI images from text via MCP — 29 models including FLUX, SDXL, Stable Diffusion, Imagen, Ideogram, Qwen and GPT Image. Pay per image, no provider account or API key needed. Ready for Claude, Cursor and other AI agents.

Pricing

from $1.00 / 1,000 image credits

Rating

0.0

(0)

Developer

Szoni

Szoni

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 hours ago

Last modified

Share

🎨 AI Image Generator MCP Server

An MCP server that gives AI agents (Claude, ChatGPT, Cursor, etc.) the ability to generate images from text — no image-provider account or API key required. Just connect and generate.

Quick Start

  1. Connect any MCP-compatible AI agent to this Actor (Standby mode).
  2. Call list_models to see what's available and the price per image.
  3. Call generate_image with a prompt.

MCP Tools

generate_image

Generate images from a text prompt.

Parameters:

  • prompt (required) — Text description of the image
  • model — Model ID (see list_models; a fast default is used if omitted)
  • width — Image width, 256-2048 (default: 1024)
  • height — Image height, 256-2048 (default: 1024)
  • steps — Inference steps, 1-50 (ignored by some models)
  • negative_prompt — What to avoid
  • n — Number of images, 1-4 (default: 1)

Returns the image(s) inline plus a stored URL for each.

list_models

List available models with pricing and descriptions.

Parameters:

  • category — Filter: budget, mid, premium, or all

Models

The available model list is fetched live so it always reflects what's actually available — from budget options to premium models. Run list_models for the current catalog and per-image prices.

Pricing

This Actor uses pay-per-event pricing — you pay per image generated. The price per image depends on the model you pick and the resolution requested; see list_models for current rates.

Integration

Works with any MCP-compatible client:

  • Claude Desktop — via Apify MCP server
  • ChatGPT — via MCP connector
  • Cursor — via MCP
  • LangChain — via ApifyActorsTool
  • OpenAI Agents SDK — via Apify integration
  • n8n — via Apify node
  • Make / Zapier — via Apify integration

Support

For issues or feature requests, contact the developer through Apify.