Labsco
MCP SERVER

Storybook Image Generator MCP

by falahgs

Generate a 3D-style cartoon image together with a children's story from one prompt, saved under a filename you choose.

Image GenerationVerified
Summary
The picture and the story it belongs to come out of the same call.

One prompt produces both, which is what separates this from an image generator you would then have to write around by hand. The art style is a parameter rather than something buried in the prompt, so the same idea can be re-run in a different look without rewriting the description. The result is written to a file under a name you give rather than returned into the conversation.

What it is

A single tool that produces a 3D-style cartoon image and a children's story from the same prompt.

What you get
  • An image in a 3D cartoon style generated from your prompt, in an art style you name, written out under the filename you give.
  • A children's story generated alongside the image from that same prompt.
Requirements

A writable destination for the generated file — SAVE_TO_DESKTOP decides whether it lands on the desktop — and DEBUG when you want verbose output.

Setup effort

One command plus a key — npx mcp-storybook-image-generator --api-key your_api_key_here --save-to-desktop, then supply credentials