Skip to main content

Generating Demo Assets for an iOS App With AI: A Home Redesign App Case Study

Updated 8 min read
On this page

Frequently asked questions

Can Claude Code generate images?

Not on its own — Claude Code has no built-in image model. Connect the ModelRunner MCP server and it can call image models (Qwen-Image, Imagen, FLUX, Seedream, and more) as native tool calls, with no shell scripts or REST client code.

How do I add image generation to Claude Code?

Run `claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcp`. On first use a browser window opens to authorize your ModelRunner account over OAuth — no API key is ever pasted into a config file.

Which image models can Claude Code use through ModelRunner?

The whole catalog — text-to-image models like qwen/qwen-image, google/imagen4, black-forest-labs/flux-2/pro, and bytedance/seedream-v5/text-to-image — billed pay-per-use by megapixel or output. Your assistant picks the model per task with list_models or search.

Share