creative-toolkitGenerate images from text with multi-provider routing โ supports Nanobanana Pro, GPT Image, Seedream, and local ComfyUI workflows. Includes 1,300+ curated pr...
Install via ClawdBot CLI:
clawdbot install jau123/creative-toolkitRequires:
Generate professional AI images through a unified interface that routes across multiple providers. Search curated prompts, enhance ideas into production-ready descriptions, and manage local ComfyUI workflows โ all from a single MCP server.
Add the MCP server to your mcporter config (~/.config/mcporter/config.json):
{
"mcpServers": {
"creative-toolkit": {
"command": "npx",
"args": ["-y", "meigen@latest"],
"env": {
"MEIGEN_API_TOKEN": "${MEIGEN_API_TOKEN}"
}
}
}
}
Set your API token in ~/.clawdbot/.env or shell environment:
export MEIGEN_API_TOKEN="meigen_sk_..."
Generate your first image:
mcporter call creative-toolkit.generate_image prompt="a minimalist perfume bottle on white marble, soft directional lighting, product photography"
Or try it without any config (ad-hoc stdio mode):
mcporter call --stdio "npx -y meigen@latest" generate_image prompt="a ceramic vase with morning light"
No API key? Free tools still work:
mcporter call creative-toolkit.search_gallery query="cyberpunk"
mcporter call creative-toolkit.enhance_prompt brief="a cat in space" style="realistic"
meigen_sk_)# Shell environment or ~/.clawdbot/.env
export MEIGEN_API_TOKEN="meigen_sk_..."
Or save to ~/.config/meigen/config.json:
{
"meigenApiToken": "meigen_sk_..."
}
You can use your own OpenAI-compatible API or a local ComfyUI instance instead of โ or alongside โ the default provider. Save to ~/.config/meigen/config.json:
OpenAI / Together AI / Fireworks AI:
{
"openaiApiKey": "sk-...",
"openaiBaseUrl": "https://api.together.xyz/v1",
"openaiModel": "black-forest-labs/FLUX.1-schnell"
}
Local ComfyUI:
{
"comfyuiUrl": "http://localhost:8188"
}
Import workflows with the comfyui_workflow tool (action: import). The server auto-detects key nodes (KSampler, CLIPTextEncode, EmptyLatentImage) and fills in prompt, seed, and dimensions at runtime.
Multiple providers can be configured simultaneously. Auto-detection priority: MeiGen > ComfyUI > OpenAI.
| Tool | What it does |
|------|-------------|
| search_gallery | Search 1,300+ curated prompts by keyword, style, or category. Returns prompt text, thumbnails, and metadata. |
| get_inspiration | Get the full prompt and high-res images for any gallery entry. Use after search_gallery to get copyable prompts. |
| enhance_prompt | Expand a brief idea (e.g. "a cat in space") into a detailed, style-aware prompt with lighting, composition, and material directions. Supports three styles: realistic, anime, illustration. |
| list_models | List all available models across configured providers with capabilities and supported features. |
| Tool | What it does |
|------|-------------|
| generate_image | Generate an image from a text prompt. Automatically routes to the best available provider. Supports aspect ratio, seed, and reference images. |
| upload_reference_image | Compress and upload a local image (max 2MB, 2048px) for use as a style reference in generation. Returns a public URL. |
| comfyui_workflow | List, view, import, modify, and delete ComfyUI workflow templates. Modify parameters like steps, CFG scale, sampler, and checkpoint without editing JSON. |
Generate a product photo of a ceramic vase with morning light
The server picks the best provider, generates the image, and returns a URL + local file path.
For brief ideas, enhance first for much better results:
1. enhance_prompt brief="futuristic city" style="realistic"
โ Returns detailed prompt with camera lens, lighting setup, atmospheric effects
2. generate_image prompt="<enhanced prompt>" aspectRatio="16:9"
โ Generates with the enhanced prompt
Use an existing image to guide style and composition:
1. upload_reference_image filePath="~/Desktop/my-logo.png"
โ Returns public URL
2. generate_image prompt="coffee mug mockup with this logo" referenceImages=["<url>"]
โ Generates using the reference for style guidance
Reference images work across all providers.
1. search_gallery query="product photography" category="Product"
โ Browse thumbnails and prompts
2. get_inspiration id="<entry_id>"
โ Get full prompt text โ copy and modify for your own generation
1. comfyui_workflow action="list"
โ See saved workflows
2. comfyui_workflow action="view" name="txt2img"
โ See adjustable parameters (steps, CFG, sampler, checkpoint)
3. comfyui_workflow action="modify" name="txt2img" modifications={"steps": 30, "cfg": 7.5}
โ Adjust without editing JSON
4. generate_image prompt="..." workflow="txt2img"
โ Generate using the custom workflow
| | MeiGen Platform | OpenAI-Compatible | ComfyUI (Local) |
|---|---|---|---|
| Models | Nanobanana Pro, GPT Image 1.5, Seedream 4.5, etc. | Any model at the endpoint | Any checkpoint on your machine |
| Reference images | Native support | gpt-image-1.5 only | Requires LoadImage node |
| Concurrency | Up to 4 parallel | Up to 4 parallel | 1 at a time (GPU constraint) |
| Latency | 10-30s typical | Varies by provider | Depends on hardware |
| Cost | Token-based credits | Provider billing | Free (your hardware) |
| Offline | No | No | Yes |
enhance_prompt supports three style modes, each producing different types of detail:
| Style | Focus | Best For |
|-------|-------|----------|
| realistic | Camera lens, aperture, focal length, lighting direction, material textures | Product photos, portraits, architecture |
| anime | Key visual composition, character details (eyes, hair, costume), trigger words | Anime illustrations, character design |
| illustration | Art medium, color palette, composition direction, brush texture | Concept art, digital painting, watercolor |
"No image generation providers configured"
โ Set MEIGEN_API_TOKEN or configure an alternative provider in ~/.config/meigen/config.json
Timeout during generation
โ Image generation typically takes 10-30 seconds. During high demand, it may take longer. The server polls with a 5-minute timeout.
ComfyUI connection refused
โ Ensure ComfyUI is running and accessible at the configured URL. Test with: curl
"Model not found"
โ Run list_models to see available models for your configured providers.
Reference image rejected
โ Images must be public URLs (not local paths). Use upload_reference_image to convert local files to URLs first.
Generated Feb 28, 2026
Online retailers can generate high-quality product images for listings without expensive photoshoots. The tool can create mockups of items like ceramic vases or perfume bottles with professional lighting and backgrounds, enhancing visual appeal and reducing production costs.
Marketing teams can quickly produce custom images for campaigns, social media, and advertisements. By using prompt enhancement and reference images, they ensure brand consistency and style alignment across various digital platforms.
Game developers can generate concept art, character designs, and environmental assets using styles like anime or illustration. The ComfyUI workflow integration allows for fine-tuning models to match specific artistic directions and project needs.
Architects and designers can create realistic renderings of futuristic cities or interior spaces. The tool supports detailed prompts with lighting and material specifications, aiding in client presentations and project planning.
Educators and content creators can generate visual aids, illustrations for textbooks, or interactive learning materials. The gallery search provides curated prompts for diverse subjects, making it easy to find inspiration and produce engaging visuals.
Offer basic tools like prompt enhancement and gallery search for free to attract users, while charging for advanced features such as high-resolution image generation or priority routing across multiple AI providers. This model encourages adoption and upsells to premium tiers.
Sell customized packages to businesses for integrating the toolkit into their design and marketing workflows. This includes support for local ComfyUI instances, dedicated API keys, and tailored prompt libraries to streamline production processes.
Create a platform where users can buy, sell, or share curated prompts and ComfyUI workflow templates. Revenue is generated through transaction fees or subscriptions, leveraging the existing gallery of 1,300+ prompts to build a community-driven ecosystem.
๐ฌ Integration Tip
Start by configuring the MCP server with the free tools to explore prompt enhancement and gallery search, then gradually add API tokens for image generation as needed.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill ๆฅๆพๅจ | Skill Finder. ๅธฎๅฉๅ็ฐๅๅฎ่ฃ ClawHub Skills | Discover and install ClawHub Skills. ๅ็ญ'ๆไปไนๆ่ฝๅฏไปฅX'ใ'ๆพไธไธชๆ่ฝ' | Answers 'what skill can X', 'find a skill'. ่งฆๅ...
Generate QR codes from text or URL for mobile scanning.