/ 디렉터리 / 플레이그라운드 / MeiGen-AI-Design-MCP
● 커뮤니티 jau123 ⚡ 바로 사용

MeiGen-AI-Design-MCP

제작: jau123 · jau123/MeiGen-AI-Design-MCP

Turn Claude into a design partner — 1,500+ curated prompts, ComfyUI workflow templates, and image generation via local ComfyUI or cloud providers.

MeiGen-AI-Design-MCP gives agents a gallery of trending image prompts, a prompt enhancer, and a pluggable generation backend. Browsing/enhancing is free; actual generation requires either a local ComfyUI instance or an API key (MeiGen Cloud / OpenAI-compatible).

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

meigen-ai-design.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "meigen-ai-design": {
      "command": "npx",
      "args": [
        "-y",
        "MeiGen-AI-Design-MCP"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "meigen-ai-design": {
      "command": "npx",
      "args": [
        "-y",
        "MeiGen-AI-Design-MCP"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "meigen-ai-design": {
      "command": "npx",
      "args": [
        "-y",
        "MeiGen-AI-Design-MCP"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "meigen-ai-design": {
      "command": "npx",
      "args": [
        "-y",
        "MeiGen-AI-Design-MCP"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "meigen-ai-design",
      "command": "npx",
      "args": [
        "-y",
        "MeiGen-AI-Design-MCP"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "meigen-ai-design": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "MeiGen-AI-Design-MCP"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add meigen-ai-design -- npx -y MeiGen-AI-Design-MCP

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: MeiGen-AI-Design-MCP

Generate a batch of on-brand marketing images with MeiGen

👤 Marketers, solo founders, content creators ⏱ ~20 min intermediate

언제 쓸까: You need 10 variations of a hero image in a consistent style for an ad test.

사전 조건
  • A generation backend — Local ComfyUI on 127.0.0.1:8188, MeiGen Cloud token, or OpenAI-compatible image API key
흐름
  1. Find a reference style
    Search the MeiGen gallery for 'minimalist SaaS hero illustration'. Show me the top 5 with previews.✓ 복사됨
    → Gallery results with prompt IDs you can reuse
  2. Enhance your specific idea in that style
    Enhance this into a production prompt in the style of gallery entry #234: 'a workspace dashboard for a tax-filing tool, warm palette'.✓ 복사됨
    → Detailed prompt with style modifiers and negative prompts
  3. Generate 10 variations
    Generate 10 images from the enhanced prompt, varying the seed. Save to ./assets/hero/.✓ 복사됨
    → 10 PNGs in the folder

결과: A folder of on-brand variants ready for A/B testing.

함정
  • Cloud provider cost spike from large batches — Start batch at 2 to sanity-check quality, set a budget_cap via manage_preferences
  • Local ComfyUI out of VRAM on large batches — Reduce resolution or batch_size in the workflow template
함께 쓰기: filesystem

Learn image prompting by iterating on the MeiGen gallery

👤 Designers new to AI image workflows ⏱ ~15 min beginner

언제 쓸까: You want to understand why certain prompts work before writing your own.

흐름
  1. Browse the gallery by theme
    Show me the top 10 trending prompts in the 'product photography' theme. Include the full prompt text.✓ 복사됨
    → Full prompts with structure visible
  2. Dissect structure
    For entry #5, break down the prompt into: subject, style, lighting, camera, modifiers. What makes it work?✓ 복사됨
    → Annotated breakdown

결과: You understand the anatomy of a working prompt — reusable knowledge.

Swap ComfyUI workflows from Claude without opening the UI

👤 ComfyUI power users ⏱ ~10 min advanced

언제 쓸까: You maintain multiple workflows (SDXL, Flux, inpaint) and want to switch based on task.

사전 조건
  • Local ComfyUI — github.com/comfyanonymous/ComfyUI; default port 8188
흐름
  1. List saved templates
    Use comfyui_workflow to list my saved workflow templates.✓ 복사됨
    → Templates by name and purpose
  2. Load and run
    Load the 'flux-portrait' template, inject my prompt, run and save the output.✓ 복사됨
    → Image saved; workflow JSON cached for reuse

결과: Faster iteration without leaving the chat.

조합

다른 MCP와 조합해 10배 효율

meigen-ai-design + filesystem

Generate and immediately organize into project folders

Generate 5 hero variants and save them under ./campaigns/{timestamp}/ with a manifest.json noting seed + prompt.✓ 복사됨
meigen-ai-design + claude-talk-to-figma

Design in Figma → refine with MeiGen → drop back into the Figma frame

Export the selected Figma frame's content brief, enhance with MeiGen, generate 3 options, import back into a new frame.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
search_gallery query: str, theme?: str, limit?: int Find a starting style 0
get_inspiration prompt_id: str Expand a gallery hit into copyable prompt text 0
enhance_prompt rough_idea: str, style_ref?: prompt_id Convert a rough idea to a production prompt 0 or 1 API call
list_models See what providers are configured 0
comfyui_workflow action: list|load|run, name?, params? Drive a local ComfyUI instance Local compute
manage_preferences style?, aspect?, model?, budget_cap? Set defaults once 0
generate_image prompt, negative?, aspect?, model?, count? Actually produce images Per-image, backend-dependent

비용 및 제한

운영 비용

API 쿼터
Gallery browsing: unlimited. Generation: depends on backend
호출당 토큰
Prompt ops: 500–3000. Image results: no tokens (paths only)
금액
Free for browse/enhance; generation billed by chosen backend
Iterate the prompt at low resolution (512px), only upscale the winner

보안

권한, 시크릿, 파급범위

자격 증명 저장: Provider tokens in env vars (MEIGEN_TOKEN, OPENAI_API_KEY, etc.)
데이터 외부 송신: Gallery: meigen.ai. Generation: configured provider endpoint only

문제 해결

자주 발생하는 오류와 해결

generate_image returns 'no backend configured'

Run /meigen:setup or manually set one of: COMFYUI_URL, MEIGEN_TOKEN, OPENAI_API_KEY

확인: list_models should show at least one provider
ComfyUI connection refused

Start ComfyUI (python main.py) and confirm it binds to 127.0.0.1:8188

확인: curl http://127.0.0.1:8188/system_stats
Enhanced prompts are generic

Pass a style_ref from the gallery so the enhancer has an anchor

대안

MeiGen-AI-Design-MCP 다른 것과 비교

대안언제 쓰나단점/장점
Direct ComfyUI MCPYou only want ComfyUI control, no gallery/enhancerNo curated prompts or cloud fallback
OpenAI Images API directlyYou just want dall-e / gpt-image from codeNo style library, no local option

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기