/ Diretório / Playground / MeiGen-AI-Design-MCP
● Comunidade jau123 ⚡ Instantâneo

MeiGen-AI-Design-MCP

por 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).

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

meigen-ai-design.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: MeiGen-AI-Design-MCP

Generate a batch of on-brand marketing images with MeiGen

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

Quando usar: You need 10 variations of a hero image in a consistent style for an ad test.

Pré-requisitos
  • A generation backend — Local ComfyUI on 127.0.0.1:8188, MeiGen Cloud token, or OpenAI-compatible image API key
Fluxo
  1. Find a reference style
    Search the MeiGen gallery for 'minimalist SaaS hero illustration'. Show me the top 5 with previews.✓ Copiado
    → 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'.✓ Copiado
    → 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/.✓ Copiado
    → 10 PNGs in the folder

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

Armadilhas
  • 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
Combine com: filesystem

Learn image prompting by iterating on the MeiGen gallery

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

Quando usar: You want to understand why certain prompts work before writing your own.

Fluxo
  1. Browse the gallery by theme
    Show me the top 10 trending prompts in the 'product photography' theme. Include the full prompt text.✓ Copiado
    → 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?✓ Copiado
    → Annotated breakdown

Resultado: 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

Quando usar: You maintain multiple workflows (SDXL, Flux, inpaint) and want to switch based on task.

Pré-requisitos
  • Local ComfyUI — github.com/comfyanonymous/ComfyUI; default port 8188
Fluxo
  1. List saved templates
    Use comfyui_workflow to list my saved workflow templates.✓ Copiado
    → Templates by name and purpose
  2. Load and run
    Load the 'flux-portrait' template, inject my prompt, run and save the output.✓ Copiado
    → Image saved; workflow JSON cached for reuse

Resultado: Faster iteration without leaving the chat.

Combinações

Combine com outros MCPs para 10× de alavancagem

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.✓ Copiado
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.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
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

Custo e limites

O que custa rodar

Cota de API
Gallery browsing: unlimited. Generation: depends on backend
Tokens por chamada
Prompt ops: 500–3000. Image results: no tokens (paths only)
Monetário
Free for browse/enhance; generation billed by chosen backend
Dica
Iterate the prompt at low resolution (512px), only upscale the winner

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Provider tokens in env vars (MEIGEN_TOKEN, OPENAI_API_KEY, etc.)
Saída de dados: Gallery: meigen.ai. Generation: configured provider endpoint only

Solução de problemas

Erros comuns e correções

generate_image returns 'no backend configured'

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

Verificar: 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

Verificar: 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

Alternativas

MeiGen-AI-Design-MCP vs. outros

AlternativaQuando usarTroca
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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills