MeiGen-AI-Design-MCP — Turn Claude Code / OpenClaw into your local Lovart. Local ComfyUI, 1,400+ prompt library, multi-direction parallel generation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"meigen-ai-design-mcp": {
"command": "npx",
"args": [
"-y",
"jau123/MeiGen-AI-Design-MCP"
]
}
}
}
Run in terminal:
claude mcp add meigen-ai-design-mcp npx -y jau123/MeiGen-AI-Design-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"meigen-ai-design-mcp": {
"command": "npx",
"args": [
"-y",
"jau123/MeiGen-AI-Design-MCP"
]
}
}
}