MeiGen-AI-Design-MCP
Supports GPT Image 2, Seedance & ComfyUI with extensive prompt library and orchestration
GraphCanon updated today · GitHub synced today
Decision brief
MeiGen-AI-Design-MCP is an AI design toolkit with support for GPT Image 2, Seedance and ComfyUI featuring over 1,400 prompts and advanced orchestration through TypeScript.
Good fit when
- Use MeiGen-AI-Design-MCP if you are working on projects that require integration with GPT Image 2 or Seedance, as it offers an extensive prompt library specific to these tools.
- Ideal for developers seeking a solution built in TypeScript, ensuring better type safety and efficiency compared to competitors lacking this language support.
Avoid when
- Avoid using MeiGen-AI-Design-MCP if your project must strictly adhere to Python as the primary development language since it is not compatible with MeiGen's TypeScript foundation.
- Do not choose MeiGen-AI-Design-MCP if you prioritize libraries that support real-time collaboration features, as this may be a limitation compared to competitor tools.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (1,719) are secondary evidence.
- npm downloads (30d)
- 1,857·npm downloads API·today
Maintenance and security
Full trust report- Maintenance
- Active (20d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install MeiGen-AI-Design-MCP npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
This repository offers support for several AI design tools such as GPT Image 2, Seedance, and ComfyUI through a large prompt library and an advanced orchestration system. It is built in TypeScript and focuses on providing developers with the necessary hooks and tasks management features.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 26, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 26, 2026
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Aug 26, 2026
- MCP server
- Ships MCP server
Source: package.json:@modelcontextprotocol/* · Aug 26, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 26, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 26, 2026)
MeiGen now hosts an official **stateless remote MCP endpoint** — no npm install, no local process, and its model lineup, pricing and time estimates stay in synSource link
Tags
README
Remote MCP Endpoint (zero-install, recommended)
MeiGen now hosts an official stateless remote MCP endpoint — no npm install, no local process, and its model lineup, pricing and time estimates stay in sync with production automatically (tool descriptions are rendered from the production database, refreshed hourly):
claude mcp add --transport http meigen https://www.meigen.ai/api/mcp \
--header "Authorization: Bearer meigen_sk_YOUR_TOKEN"
Works with any Streamable-HTTP MCP client (2026-07-28 stateless protocol, with fallback for 2025-era clients). Read-only tools (search, model list, inspiration, generation status check) work without a token. The remote endpoint returns media URLs; if you want automatic local file saving, prompt-library offline search, ComfyUI bridging or the CLI, use the npm package below — both share the same account and credits.
Install
/plugin install meigen@meigen-marketplace
**Restart Claude Code** after installation (close and reopen, or open a new terminal tab).
**Alternative marketplace** — also available via [wshobson/agents](https://github.com/wshobson/agents) (30k+ stars):
```bash
/plugin marketplace add wshobson/agents
/plugin install meigen-ai-design@claude-code-workflows
This marketplace doesn't bundle MCP server config. After installing, add to your project's
.mcp.json:{ "mcpServers": { "meigen": { "command": "npx", "args": ["-y", "meigen@1.4.0"] } } }
First-Time Setup
Free features work immediately after restart — try:
"Search for some creative inspiration"
To unlock image generation, run the setup wizard:
/meigen:setup
The wizard walks you through:
- Choose a provider — local ComfyUI, MeiGen Cloud, or any OpenAI-compatible API (bring your own key & endpoint)
- Enter credentials — ComfyUI URL, API token, or key
- Done — restart Claude Code once more, then start generating
License
MIT — free for personal and commercial use.
For agents
This page has a .md twin and JSON over the API.