MeiGen AI Design MCP is an MCP server that lets AI coding tools generate images and videos through cloud models, OpenAI-compatible APIs, or local ComfyUI, an interface for running image-generation workflows. It is for creating designs such as logos, product images, animations, and batches of visual variations from coding-agent environments. Its catalogue entries provide skills, commands, agents, a plugin, and a hook for using the server's design workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jau123/MeiGen-AI-Design-MCP --skill openclawgit clone --depth 1 https://github.com/jau123/MeiGen-AI-Design-MCPWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jau123/meigen-ai-design-mcp/openclaw)<a href="https://agentmods.dev/skills/jau123/meigen-ai-design-mcp/openclaw"><img src="https://agentmods.dev/badge/skills/jau123/meigen-ai-design-mcp/openclaw/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jau123/meigen-ai-design-mcp/openclaw"><img src="https://agentmods.dev/badge/skills/jau123/meigen-ai-design-mcp/openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 3 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00177 | $0.02324 |
| Opus 5 | $0.00088 | $0.01162 |
| Sonnet 5 | $0.00035 | $0.00465 |
| Haiku 4.5 | $0.00018 | $0.00232 |
Grade A, and why
AI Image & Video Generator — GPT Image 2, Seedance, ComfyUI scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Creative Toolkit
Generate professional AI images through a unified interface that routes across multiple providers. Search curated prompts, enhance ideas into production-ready descriptions, and manage local ComfyUI workflows — all from a single MCP server.
Quick Start
Add the MCP server to your mcporter config (~/.config/mcporter/config.json):
{
"mcpServers": {
"creative-toolkit": {
"command": "npx",
"args": ["-y", "[email protected]"]
}
}
}
Free tools (search, enhance, inspire) work immediately — no API key needed:
mcporter call creative-toolkit.search_gallery query="cyberpunk"
mcporter call creative-toolkit.enhance_prompt brief="a cat in space" style="realistic"
To unlock image generation, configure one of these providers:
| Provider | Config | What you need |
|---|---|---|
| MeiGen Cloud | MEIGEN_API_TOKEN |
Token from meigen.ai (avatar → Settings → API Keys) |
| Local ComfyUI | comfyuiUrl |
A running ComfyUI instance — no external API needed |
| Any OpenAI-compatible API | openaiApiKey + openaiBaseUrl + openaiModel |
Your own key from Together AI, Fireworks AI, etc. |
Set credentials in ~/.clawdbot/.env, ~/.config/meigen/config.json, or add an "env" block to the mcporter config above. See references/providers.md for details.
Sandboxed environments: if the host can't write to the default
~/Pictures/meigensave path, set theMEIGEN_OUTPUT_DIRenv var to a writable directory (supports~expansion).
Available Tools
Free — no API key required
| Tool | What it does |
|---|---|
search_gallery |
Semantic search across 1,446 AI image prompts. Supports category filtering and curated browsing. Returns prompt text, thumbnails, and metadata. |
get_inspiration |
Get the full prompt and high-res images for any gallery entry. Use after search_gallery to get copyable prompts. |
enhance_prompt |
Expand a brief idea into a detailed, style-aware prompt with lighting, composition, and material directions. Supports realistic, anime, and illustration styles. |
list_models |
List all available models across configured providers with capabilities and supported features. |
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 189 lines · 0 tokens per session scan A 4aea4f71dd45
AI Image & Video Generator — GPT Image 2, Seedance, ComfyUI is a skill published in the GitHub repository jau123/MeiGen-AI-Design-MCP (1,747 stars, last pushed 1mo ago), licensed MIT. It adds 177 tokens to every session and 2,324 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
MeiGen Visual Creative Expert
This skill should be used when the user asks to "generate an image", "create artwork", "design a logo", "make a poster", "draw something", "find inspiration", "search for reference images", "enhance my prompt", "improve prompt", "brand design", "product mockup", "batch generate images", "multiple variations", or…
workflows
Knowledge about ComfyUI workflow API format, node connections, and common patterns. Use when helping users build, modify, or understand workflows.
workflow
Create a ComfyUI workflow from a template.
creative-toolkit
Generate images from text with multi-provider routing — supports Nanobanana Pro, GPT Image, Seedream, and local ComfyUI workflows. Includes 1,300+ curated prompts and style-aware prompt enhancement. Use when users want to create images, design assets, enhance prompts, or manage AI art workflows.
local-gpu-imagegen
Use when a user asks to create, generate, draw, render, transform, restyle, or revise a visual asset on the local GPU.
gen
Generate an image with ComfyUI from a text prompt.