Claude doesn't have a built-in image generator — it's a text (and vision-input) model. What it does have is MCP (Model Context Protocol) support, which lets it call outside tools. Muapi's MCP server is one of those tools: connect it once, and Claude can generate or edit images through any of Muapi's 20+ image models, using the exact same API key you'd use for a direct API call. Setup and testing are free with a sandbox key; real generations start at $0.007 per image.
pip install muapi-cli (or npx -y muapi-cli without installing anything globally). It bundles the MCP server Claude will connect to.claude mcp add muapi -e MUAPI_API_KEY=your_key -- muapi mcp serveThen run claude mcp list and confirm it shows “muapi ✔ Connected”.Every image below is a real generation made by Claude through the connected MCP tool — same character carried across models, not disconnected stock samples.

The highest-fidelity text-to-image model in the catalog — used here to generate a full character reference sheet in one prompt.

Takes an existing image plus a plain-language instruction and returns an edited version — a color change, or a brand-new scene using a reference image for consistency.

The real “make 10 for social” model — cheap enough to batch-generate variants of the same idea without thinking about cost.
Also behind the same key: uncensored image models (Wan 2.7, Qwen Image 2.0) and fully open-source models (Z-Image Turbo, Qwen Image) — see the full AI Image API catalog for every model and current ranking.
There's no markup on top of a free tier that quietly runs out — sandbox testing is genuinely free and unlimited (placeholder output only), and real generations are billed per call at the same rate as calling the API directly. No subscription, no seat minimum.
| Model | Price | Best for |
|---|---|---|
| Z-Image Turbo | $0.007 / image | Cheap batch variants |
| GPT Image 2 | $0.09 / image | Highest text-to-image quality |
| Nano Banana Pro Edit | $0.12 / generation | Editing an existing image |
No. Claude is a text (and vision-input) model with no built-in image generator. Connecting an MCP tool like Muapi's is what gives a Claude conversation the ability to produce images.
Setting up and testing the connection is free — a sandbox API key returns instant placeholder results with no credit charge. Real generations are pay-per-image, from $0.007 to $0.12 depending on the model, with no subscription or minimum spend.
All 20+ image models in Muapi's catalog, through the same MCP tool — GPT Image 2, Nano Banana Pro, Nano Banana Pro Edit, Z-Image Turbo, Midjourney, Seedream, and more. See the full ranked list on the AI Image API page.
Yes. Muapi exposes both a stdio MCP server (what Claude Code's claude mcp add uses) and a hosted HTTP MCP server for Claude Desktop, Cursor, Windsurf, and any other MCP-compatible client.
Yes — Nano Banana Pro Edit and GPT Image 2 Image to Image both take a reference image plus an instruction, so Claude can hand back a recolored, restyled, or new-scene version of an existing image.