Releases: jau123/MeiGen-AI-Design-MCP
Releases · jau123/MeiGen-AI-Design-MCP
v1.2.7
Changes
- Remove
upload_reference_imagetool — local file paths inreferenceImagesare now auto-compressed and uploaded inline viagenerate_image. Prevents free storage abuse and resolves ClawHub/VirusTotal security scanner flags. - Remove
/meigen:refcommand — no longer needed. - Tool count: 8 → 7
- Update OpenClaw install to bundle plugin:
openclaw bundles install clawhub:meigen-ai-design
How reference images work now
Pass local file paths or URLs directly to generate_image's referenceImages parameter:
- MeiGen / OpenAI-compatible: local files auto-compressed (max 2MB, 2048px) and uploaded
- ComfyUI: local files passed directly to the workflow (no upload)
No separate upload step needed.
v1.2.6
What's Changed
Midjourney Niji 7 Support Improvements
- Anime-only guidance: Niji 7 is exclusively for anime/illustration styles
- Multi-image support: Niji 7 returns 4 candidate images; MCP server now displays all 4 URLs
- Prompt enhancement: enhance_prompt recommends style anime for Niji 7
- SERVER_INSTRUCTIONS: Added Niji 7 usage notes
Documentation & Skill Updates
- Updated model tables in OpenClaw and Claude Code plugin skills
- OpenClaw skill version 1.0.16
- Improved release skill coverage
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's New
- 24-hour expiry notice —
upload_reference_imagenow clearly informs users that uploaded URLs expire after 24 hours - Magic bytes validation — File uploads now verify actual image content (JPEG/PNG/WebP/GIF signatures), preventing fake file extensions
- ComfyUI local file support — ComfyUI users can pass local file paths directly to
referenceImages, skipping the cloud upload roundtrip entirely - OpenAI-compatible provider naming — All descriptions now say "OpenAI-compatible" instead of "OpenAI", reflecting support for any compatible API (Together AI, Fireworks AI, etc.)
- Custom storage backend docs — README now includes presign API specification for users who want to use their own S3/R2 bucket
- OpenClaw skill restructured — SKILL.md split into focused core instructions +
references/directory for provider details and troubleshooting
v1.2.4
What's New
- Gallery categories renamed — 3D → Illustration & 3D, Food → Food & Drink, Photograph → Photography, Product → Product & Brand (backward-compatible mapping included)
- SKILL.md security compliance — Improved wording to pass VirusTotal/ClawHub security scans
- Model pricing table — Added to SKILL.md for quick reference
- ClawHub install link — Added to OpenClaw section in READMEs
- Awesome badges — Updated to Awesome MCP Servers (82k stars), replaced MCP Hub China with Discord invite
v1.2.3
What's New
- New models — Added support for Nanobanana 2 and Seedream 5.0 Lite
- Default model — MeiGen provider now defaults to
nanobanana-2(5 credits, 4K support) when no model is specified - Updated docs — Model references updated across README, SKILL.md, and plugin metadata
v1.2.2
What's New
- Semantic search —
search_gallerynow uses hybrid vector + keyword search, finding conceptually similar results instead of just keyword matches - Automatic fallback — gracefully falls back to local keyword search if API is unavailable
- Glama listing — added
glama.jsonandDockerfilefor Glama directory submission - Version sync — fixed MCP server version reporting across all files
v1.2.1
What's New
- Semantic search —
search_gallerynow uses hybrid vector + keyword search via website API, finding conceptually similar results instead of just keyword matches - Automatic fallback — gracefully falls back to local keyword search if API is unavailable
- Glama listing — added
glama.jsonandDockerfilefor Glama directory submission
Install / Update
npx -y meigen@latest
v1.2.0
MeiGen v1.2.0
AI design MCP server with multi-provider image generation.
Features
- 7 MCP tools: search_gallery, get_inspiration, enhance_prompt, list_models, upload_reference_image, comfyui_workflow, generate_image
- 3 provider backends: MeiGen Cloud, OpenAI-compatible APIs, local ComfyUI
- 1,300+ curated prompt library
- Style-aware prompt enhancement
- Reference image support across all providers
- User preferences system
- Multi-platform init command
Install
npx -y meigen@latest