@jau123

AI Image Generator & Editor — GPT Image 2, Nanobanana, ComfyUI

MeiGen AI Design — Claude Code Plugin

当前版本
v1.0.12
bundle-plugin社区source-linked

MeiGen AI Design — Claude Code Plugin

AI image generation plugin with creative workflow orchestration, parallel multi-direction output, prompt engineering, and a 1,446-entry curated inspiration library.

Prerequisites

This plugin requires the meigen MCP server. Add it to your project's .mcp.json:

{
  "mcpServers": {
    "meigen": {
      "command": "npx",
      "args": ["-y", "meigen@1.3.2"]
    }
  }
}

Restart Claude Code after adding the configuration.

Provider Setup

The plugin supports three image generation backends. Configure at least one to generate images. Free features (gallery search, prompt enhancement, model listing, preferences) work without any provider.

MeiGen Cloud (Recommended)

  1. Sign up at meigen.ai
  2. Go to Settings → API Keys → create a new key (starts with meigen_sk_)
  3. Set the environment variable:
export MEIGEN_API_TOKEN=meigen_sk_your_token_here

Local ComfyUI

  1. Install and start ComfyUI
  2. Set the server URL:
export COMFYUI_URL=http://localhost:8188
  1. Export workflows from ComfyUI (API format JSON) and import via the plugin

OpenAI-compatible API

Works with any OpenAI-compatible image API (OpenAI, Together AI, Fireworks AI, etc.):

export OPENAI_API_KEY=your_key_here
export OPENAI_BASE_URL=https://api.openai.com/v1   # or your provider's URL
export OPENAI_MODEL=gpt-image-1                      # or your provider's model

Agents

AgentModelPurpose
gallery-researcherhaikuSearch gallery, find references, build mood boards
prompt-crafterhaikuWrite multiple distinct prompts for parallel generation
image-generatorinheritExecute generate_image calls, relay results

Commands

CommandDescription
/meigen:gen <prompt>Quick image generation — skips intent assessment
/meigen:find <keywords>Quick gallery search — browse inspiration
/meigen:modelsList available models and switch default

Troubleshooting

ProblemSolution
MCP tools not availableRestart Claude Code after adding .mcp.json config
No providers configuredFree features still work; run /meigen:setup to configure a provider
API key errorsCheck ~/.config/meigen/config.json or environment variables
ComfyUI connection refusedEnsure ComfyUI is running at the configured URL
Generation timeoutHigh demand — try again in a moment
Empty search resultsTry different keywords or browse by category

License

MIT

源码与版本

源码仓库

jau123/MeiGen-AI-Design-MCP

打开仓库

源码提交

f5a5322405bfe7333dd3ff6be04b38a297f896d6

查看提交

安装命令

openclaw plugins install clawhub:meigen-ai-design

元数据

  • 包名: meigen-ai-design
  • 创建时间: 2026/03/24
  • 更新时间: 2026/05/19
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: -
  • 插件 API 范围: -
  • 标签: latest
  • 文件数: 19