Turn Claude Code into your personal design assistant rivaling Lovart
MeiGen AI Design MCP
Turn Claude Code / OpenClaw into your personal design assistant rivaling LovartLocal ComfyUI generation, API integration, 1,300+ pro prompt library, multi-direction parallel output
Quick Start • Demo • Features • Providers • Commands
English | 中文
What Is This?
An open-source MCP Server (installed via plugin marketplace) that gives LLMs creative and aesthetic capabilities through 8 tools and carefully designed skills, enabling them to handle complex design tasks. It teaches LLMs how to use various image generation models effectively, delivering professional results through reference images and multi-direction parallel workflows.
- Works with local ComfyUI — no external API dependency; also easily integrates with any custom API
- Built-in 1,500+ curated prompt templates from nanobanana-trending-prompts and fine-tuned prompt engineering techniques that turn requirements into concrete image generation tasks
- Parallel batch generation and sub-agent execution to keep the main context window clean
See It in Action
▶ Watch demo on YouTube
Product Photo — 4 Directions in Parallel
"Create 4 product display images for this perfume, one of which should feature a model."
Process — AI uploads the reference image, crafts 4 distinct prompts, then generates all 4 in parallel:
Result — 4 creative directions delivered in under 2 minutes:
Generated images:
Quick Start
Claude Code Plugin (Recommended)
# Add the plugin marketplace
/plugin marketplace add jau123/MeiGen-AI-Design-MCP
# Install
/plugin install meigen@meigen-marketplace
Restart Claude Code after installation (close and reopen, or open a new terminal tab).
Alternative marketplace — also available via wshobson/agents (30k+ stars):
/plugin marketplace add wshobson/agents
/plugin install meigen-ai-design@claude-code-workflows
This marketplace doesn't bundle MCP server config. After installing, add to your project's
.mcp.json:{ "mcpServers": { "meigen": { "command": "npx", "args": ["-y", "meigen@1.2.5"] } } }
First-Time Setup
Free features work immediately after restart — try:
"Search for some creative inspiration"
To unlock image generation, run the setup wizard:
/meigen:setup
The wizard walks you through:
- Choose a provider — local ComfyUI, MeiGen Cloud, or any OpenAI-compatible API (bring your own key & endpoint)
- Enter credentials — ComfyUI URL, API token, or key
- Done — restart Claude Code once more, then start generating
Cursor / VS
Tools (1)
meigen:setupLaunches the setup wizard to configure image generation providers like local ComfyUI or API endpoints.Environment Variables
COMFYUI_URLThe URL endpoint for your local ComfyUI instanceAPI_TOKENAuthentication token for custom API providersConfiguration
{ "mcpServers": { "meigen": { "command": "npx", "args": ["-y", "meigen@1.2.5"] } } }