$git clone https://github.com/jau123/MeiGen-AI-Design-MCP---
| 1 | <h1 align="center"> |
| 2 | MeiGen AI Design MCP <a href="https://github.com/punkpeye/awesome-mcp-servers"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome MCP Servers"></a> <a href="https://github.com/wshobson/agents/tree/main/plugins/meigen-ai-design"><img src="https://img.shields.io/badge/wshobson%2Fagents-Featured-blue?style=flat&logo=github" alt="Featured in wshobson/agents"></a> |
| 3 | </h1> |
| 4 | |
| 5 | <p align="center"> |
| 6 | <strong>Open-source MCP server for AI image & video generation — native to every major AI coding tool</strong><br><sub>11 leading models (GPT Image 2 · Nanobanana 2 · Seedream 5.0 · Midjourney V8.1 · Flux 2 Klein · Grok Imagine · Seedance 2.0 · Happyhorse 1.0 · Veo 3.1 · Grok Video · local ComfyUI) · 1,446 curated prompts · parallel sub-agent orchestration · standalone CLI mode. Works in Claude Code, Cursor, Codex, Windsurf, Roo Code, OpenClaw, Hermes Agent, and any MCP-compatible host.</sub> |
| 7 | </p> |
| 8 | |
| 9 | <p align="center"> |
| 10 | <a href="https://www.npmjs.com/package/meigen"><img src="https://img.shields.io/npm/v/meigen?style=flat-square&color=blue" alt="npm version"></a> |
| 11 | <a href="https://www.npmjs.com/package/meigen"><img src="https://img.shields.io/npm/dm/meigen?style=flat-square&color=green" alt="npm downloads"></a> |
| 12 | <img src="https://img.shields.io/badge/Type-MCP_Server-blue?style=flat-square" alt="MCP Server"> |
| 13 | <img src="https://img.shields.io/badge/Local-ComfyUI-green?style=flat-square" alt="ComfyUI Support"> |
| 14 | <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-lightgrey?style=flat-square" alt="MIT"></a> |
| 15 | <a href="https://discord.gg/uX6rnersUx"><img src="https://img.shields.io/badge/Discord-Join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord"></a> |
| 16 | </p> |
| 17 | |
| 18 | <p align="center"> |
| 19 | <a href="#quick-start">Quick Start</a> • |
| 20 | <a href="#see-it-in-action">Demo</a> • |
| 21 | <a href="#features">Features</a> • |
| 22 | <a href="#providers">Providers</a> • |
| 23 | <a href="#slash-commands">Commands</a> |
| 24 | </p> |
| 25 | |
| 26 | <p align="center"> |
| 27 | <strong>English</strong> | <a href="README.zh-CN.md">中文</a> |
| 28 | </p> |
| 29 | |
| 30 | --- |
| 31 | |
| 32 | ## What Is This? |
| 33 | |
| 34 | An MCP server that turns any AI coding tool into a professional design assistant. **8 tools** + a curated 1,446-prompt library let it design logos, render product shots, animate stills into video, and orchestrate parallel batch variations. Works in **Claude Code**, **Cursor**, **Codex**, **Windsurf**, **Roo Code**, **OpenClaw**, **Hermes Agent**, and any MCP-compatible host — with the **MeiGen platform**, any **OpenAI-compatible API**, or your **local ComfyUI** as the backend. |
| 35 | |
| 36 | - Three backend modes: **MeiGen cloud** (9 image and video models), **OpenAI-compatible** (bring your own key and endpoint), or **local ComfyUI** (offline, your GPU) |
| 37 | - Built-in 1,446 curated prompt templates from [nanobanana-trending-prompts](https://github.com/jau123/nanobanana-trending-prompts) plus style-aware prompt enhancement |
| 38 | - Parallel batch generation via sub-agents to keep the main context clean — plus a standalone CLI for shell scripts and CI |
| 39 | |
| 40 | --- |
| 41 | |
| 42 | ## See It in Action |
| 43 | |
| 44 | <p align="center"> |
| 45 | <a href="https://youtu.be/JQ3DZ1DXqvs"> |
| 46 | <img src="https://img.youtube.com/vi/JQ3DZ1DXqvs/maxresdefault.jpg" alt="Watch Demo" width="400"> |
| 47 | </a> |
| 48 | <br> |
| 49 | <b><a href="https://youtu.be/JQ3DZ1DXqvs">▶ Watch demo on YouTube</a></b> |
| 50 | </p> |
| 51 | |
| 52 | ### Product Photo — 4 Directions in Parallel |
| 53 | |
| 54 | > *"Create 4 product display images for this perfume, one of which should feature a model."* |
| 55 | |
| 56 | **Process** — AI uploads the reference image, crafts 4 distinct prompts, then generates all 4 in parallel: |
| 57 | |
| 58 | <p align="center"> |
| 59 | <img src="assets/demo-process.jpg" alt="Parallel generation process" width="700"> |
| 60 | </p> |
| 61 | |
| 62 | **Result** — 4 creative directions delivered in under 2 minutes: |
| 63 | |
| 64 | <p align="center"> |
| 65 | <img src="assets/demo-result.jpg" alt="Generation results" width="700"> |
| 66 | </p> |
| 67 | |
| 68 | **Generated images:** |
| 69 | |
| 70 | <p align="center"> |
| 71 | <img src="assets/sample-luxury.jpg" alt="Luxury still life" width="24%"> |
| 72 | <img src="assets/sampl |