MCPHub LabRegistryMeiGen-AI-Design-MCP
jau123

MeiGen AI Design MCP

Built by jau123 β€’ 541 stars

What is MeiGen AI Design MCP?

MeiGen-AI-Design-MCP β€” Turn Claude Code / OpenClaw into your local Lovart. Local ComfyUI, 1,400+ prompt library, multi-direction parallel generation.

How to use MeiGen AI Design MCP?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add MeiGen AI Design MCP using the following command: npx @modelcontextprotocol/meigen-ai-design-mcp 4. Restart the client and verify the new tools are active.
πŸ›‘οΈ Scoped (Restricted)
npx @modelcontextprotocol/meigen-ai-design-mcp --scope restricted
πŸ”“ Unrestricted Access
npx @modelcontextprotocol/meigen-ai-design-mcp

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

MeiGen AI Design MCP FAQ

Q

Is MeiGen AI Design MCP safe?

Yes, MeiGen AI Design MCP follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is MeiGen AI Design MCP up to date?

MeiGen AI Design MCP is currently active in the registry with 541 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for MeiGen AI Design MCP?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<h1 align="center"> 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> </h1> <p align="center"> <strong>Turn Claude Code / OpenClaw into your personal design assistant rivaling Lovart</strong><br><sub>Local ComfyUI generation, API integration, 1,300+ pro prompt library, multi-direction parallel output</sub> </p> <p align="center"> <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> <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> <img src="https://img.shields.io/badge/Type-MCP_Server-blue?style=flat-square" alt="MCP Server"> <img src="https://img.shields.io/badge/Local-ComfyUI-green?style=flat-square" alt="ComfyUI Support"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-lightgrey?style=flat-square" alt="MIT"></a> <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> </p> <p align="center"> <a href="#quick-start">Quick Start</a> &bull; <a href="#see-it-in-action">Demo</a> &bull; <a href="#features">Features</a> &bull; <a href="#providers">Providers</a> &bull; <a href="#slash-commands">Commands</a> </p> <p align="center"> <strong>English</strong> | <a href="README.zh-CN.md">δΈ­ζ–‡</a> </p>

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

<p align="center"> <a href="https://youtu.be/JQ3DZ1DXqvs"> <img src="https://img.youtube.com/vi/JQ3DZ1DXqvs/maxresdefault.jpg" alt="Watch Demo" width="400"> </a> <br> <b><a href="https://youtu.be/JQ3DZ1DXqvs">β–Ά Watch demo on YouTube</a></b> </p>

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:

<p align="center"> <img src="assets/demo-process.jpg" alt="Parallel generation process" width="700"> </p>

Result β€” 4 creative directions delivered in under 2 minutes:

<p align="center"> <img src="assets/demo-result.jpg" alt="Generation results" width="700"> </p>

Generated images:

<p align="center"> <img src="assets/sample-luxury.jpg" alt="Luxury still life" width="24%"> <img src="assets/sample-model.jpg" alt="Model campaign" width="24%"> <img src="assets/sample-botanicals.jpg" alt="Nature botanicals" width="24%"> <img src="assets/sample-minimal.jpg" alt="Minimalist editorial" width="24%"> </p>

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.6"] } } }

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:

  1. Choose a provider β€” local ComfyUI, MeiGen Cloud, or any OpenAI-compatible API (bring your own key & endpoint)
  2. Enter credentials β€” ComfyUI URL, API token, or key
  3. Done β€” restart Claude Code once more, then start generating

Cursor / VS Code / Windsurf / Roo Code

One command to set up MeiGen for any supported AI coding tool:

npx meigen init cursor      # Cursor
npx meigen init vscode      # VS Code / GitHub Copilot
npx meigen init windsurf    # Windsurf
npx meigen init roo         # Roo Code
npx meigen init claude      # Claude Code (project-level)

This writes the correct MCP config file with the right format and path for your tool. If a config file already exists, MeiGen is merged in without overwriting your other servers.

OpenClaw

Install the skill from ClawHub:

npx clawhub@latest install creative-toolkit

Or install the full plugin (includes commands, skills, and MCP server):

openclaw plugins install meigen-ai-design

Other MCP-Compatible Hosts

Add to your MCP config (e.g. .mcp.json, claude_desktop_config.json):

{
  "mcpServers": {
    "meigen": {
      "command": "npx",
      "args": ["-y", "meigen@latest"],
      "env": {
        "MEIGEN_API_TOKEN": "meigen_sk_..."
      }
    }
  }
}

Free features (inspiration search, prompt enhancement, model listing) work without any API key.


<h2 id="features">Features</h2>

MCP Tools

ToolFreeDescription
search_galleryYesSearch 1,500+ curated trending prompts with visual previews (powered by nanobanana-trending-prompts)
get_inspirationYesGet full prompt, all images, and metadata for any gallery entry
enhance_promptYesTransform a brief idea into a professional image prompt
list_modelsYesList available models across all configured providers
upload_reference_imageYesCompress and upload a local image for use as a reference
comfyui_workflowYesManage ComfyUI workflow templates: list, view, import, modify, delete
manage_preferencesYesRemember your preferred style, aspect ratio, model, and favorite prompts
generate_imageKeyGenerate an image β€” routes to the best available provider automatically

Slash Commands

CommandDescription
/meigen:gen <prompt>Quick generate β€” skip conversation, go straight to image
/meigen:find <keywords>Search 1,300+ curated prompts for inspiration
/meigen:modelsBrowse and switch AI models for this session
/meigen:ref <file>Upload a local image as reference, get a URL back
/meigen:setupInteractive provider configuration wizard

Smart Agents

MeiGen uses specialized sub-agents for efficient parallel execution:

AgentPurpose
image-generatorExecutes generate_image in isolated context β€” enables true parallel generation
prompt-crafterWrites multiple distinct prompts for batch generation (runs on Haiku for cost efficiency)
gallery-researcherDeep gallery exploration without cluttering the main conversation (runs on Haiku)

Output Styles

Switch creative modes with /output-style:

  • Creative Director β€” Art direction mode with visual storytelling, mood boards, and design thinking
  • Minimal β€” Just images and file paths, no commentary. Ideal for batch workflows

Automation Hooks

  • Config Check β€” Validates provider configuration on session start, guides setup if missing
  • Auto-Open β€” Generated images automatically open in Preview (macOS)

<h2 id="providers">Providers</h2>

MeiGen MCP supports three image generation backends. Configure one or multiple β€” the system auto-selects the best available.

ComfyUI β€” Local & Free

Run generation on your own GPU with full control over models, samplers, and workflow parameters. Import any ComfyUI API-format workflow β€” MeiGen auto-detects KSampler, CLIPTextEncode, EmptyLatentImage, and LoadImage nodes.

{
  "comfyuiUrl": "http://localhost:8188",
  "comfyuiDefaultWorkflow": "txt2img"
}

Perfect for Flux, SDXL, or any model you run locally. Your images never leave your machine.

MeiGen Cloud

Cloud API with multiple models: Nanobanana 2, Seedream 5.0, GPT image 1.5, and more. No GPU required.

Get your API token:

  1. Sign in at meigen.ai
  2. Click your avatar β†’ Settings β†’ API Keys
  3. Create a new key (starts with meigen_sk_)
{ "meigenApiToken": "meigen_sk_..." }

Bring Your Own API (OpenAI-Compatible)

Connect any image generation API that follows the OpenAI format β€” Together AI, Fireworks AI, DeepInfra, SiliconFlow, or your own endpoint. Just provide your key, base URL, and model name:

{
  "openaiApiKey": "sk-...",
  "openaiBaseUrl": "https://api.together.xyz/v1",
  "openaiModel": "black-forest-labs/FLUX.1-schnell"
}

All three providers support reference images. MeiGen and OpenAI-compatible APIs accept URLs directly; ComfyUI accepts both URLs and local file paths, injecting them into LoadImage nodes in your workflow.


Configuration

Interactive Setup (Recommended)

/meigen:setup

The wizard walks you through provider selection, API key entry, and ComfyUI workflow import. You can also paste a curl command from your API provider's docs β€” it auto-extracts the key, URL, and model.

Config File

Configuration is stored at ~/.config/meigen/config.json. ComfyUI workflows are stored at ~/.config/meigen/workflows/.

Environment Variables

Environment variables take priority over the config file.

VariableDescription
MEIGEN_API_TOKENMeiGen platform token
OPENAI_API_KEYYour API key (any OpenAI-compatible provider)
OPENAI_BASE_URLAPI base URL β€” change this to use Together AI, Fireworks AI, etc.
OPENAI_MODELModel name at your provider (e.g., gpt-image-1.5, flux-schnell)
COMFYUI_URLComfyUI server URL (default: http://localhost:8188)

Privacy

MeiGen MCP respects your privacy. Here's what happens with your data:

  • ComfyUI (local) β€” All processing stays on your machine. No data is sent externally.
  • MeiGen Cloud β€” Prompts and reference images are sent to api.meigen.ai for generation. Generated images are stored temporarily on Cloudflare R2. See meigen.ai/privacy.
  • OpenAI-compatible β€” Prompts and reference images are sent to the configured API endpoint. See your provider's privacy policy.
  • Reference image upload β€” Images are compressed locally (max 2MB) and uploaded to Cloudflare R2 via gen.meigen.ai. Uploaded images expire automatically after 24 hours. No authentication required. ComfyUI users can skip uploading entirely by passing local file paths directly.
  • Gallery search & prompt enhancement β€” Run locally against bundled data. No external API calls.

No telemetry, analytics, or tracking of any kind.

Custom Storage Backend

If you prefer to use your own S3/R2 bucket for reference image uploads, set the UPLOAD_GATEWAY_URL environment variable or uploadGatewayUrl in ~/.config/meigen/config.json to point to your own presign endpoint. The endpoint must implement:

POST /upload/presign
Content-Type: application/json

Request:  { "filename": "photo.jpg", "contentType": "image/jpeg", "size": 123456 }
Response: { "success": true, "presignedUrl": "https://...", "publicUrl": "https://..." }

The presignedUrl is used for a PUT upload, and publicUrl is the publicly accessible URL returned to the user.


License

MIT β€” free for personal and commercial use.

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "meigen-ai-design-mcp": { "command": "npx", "args": ["meigen-ai-design-mcp"] } } }