Skip to content

Releases: jau123/MeiGen-AI-Design-MCP

v1.2.7

01 Apr 10:31

Choose a tag to compare

Changes

  • Remove upload_reference_image tool — local file paths in referenceImages are now auto-compressed and uploaded inline via generate_image. Prevents free storage abuse and resolves ClawHub/VirusTotal security scanner flags.
  • Remove /meigen:ref command — 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

25 Mar 02:42

Choose a tag to compare

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

06 Mar 03:07

Choose a tag to compare

What's New

  • 24-hour expiry noticeupload_reference_image now 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

06 Mar 03:07

Choose a tag to compare

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

27 Feb 05:08

Choose a tag to compare

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

26 Feb 09:58

Choose a tag to compare

What's New

  • Semantic searchsearch_gallery now 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.json and Dockerfile for Glama directory submission
  • Version sync — fixed MCP server version reporting across all files

v1.2.1

26 Feb 09:55

Choose a tag to compare

What's New

  • Semantic searchsearch_gallery now 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.json and Dockerfile for Glama directory submission

Install / Update

npx -y meigen@latest

v1.2.0

26 Feb 09:42

Choose a tag to compare

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