# JigsawStack Image Generation (verified)

Generate images from text using advanced AI models. Learn more about jigsawstack's image generation API here: https://jigsawstack.com/docs/api-reference/ai/image-generation

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add JigsawStack/image-generation

# Browse available tools
npx -y @smithery/cli@latest tool list JigsawStack/image-generation

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/image-generation image-generation

# Call a tool
npx -y @smithery/cli@latest tool call JigsawStack/image-generation image-generation '{}'
```

## Tools (1)

- `image-generation` — Generate an image from a given text

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/image-generation <tool-name>
```

---

Source: https://github.com/JigsawStack/jigsawstack-mcp-server/tree/main/./image-generation
