MeiGen-AI-Design-MCP
jau123
MCP server that adds image and video generation (GPT Image 2, Seedance, ComfyUI) inside coding agents.
What is MeiGen-AI-Design-MCP?
An open-source MCP server, written in TypeScript, that adds AI image and video generation to coding tools like Claude Code, Cursor, Windsurf and VS Code. It exposes around eight MCP tools (generate_image, generate_video, prompt enhancement, model listing, ComfyUI workflow handling) across 11 models, with a 1,400+ prompt gallery and a standalone CLI.
Pros & Cons
Pros
- A real working MCP server (TypeScript, npm-published, 15 releases), not just a prompt pack
- Backend-flexible: the MeiGen cloud, any OpenAI-compatible endpoint, or fully local ComfyUI on your own GPU
- Broad coverage of image and video models from a single install across major coding agents
Cons
- Fundamentally a connector: the actual generation rides on third-party models and clouds
- Vendor-authored to promote the commercial meigen.ai cloud, with marketing-flavoured naming
- Cloud modes send prompts and reference images to external providers; only local ComfyUI keeps data on-device
License
MIT (OSI-open)
When it is interesting
Generating images or video directly from inside a coding agent, with the option to switch to a local ComfyUI backend.
When it is too early
If you want a neutral, vendor-independent tool rather than one that leans toward the MeiGen cloud.
Commercial alternative & related
- Commercial counterpart: MeiGen
This repo featured in the 2026-07 edition of the Open-Source AI Radar.
chrome-devtools-mcp
ChromeDevTools
Official Chrome DevTools MCP server giving coding agents control of a real Chrome instance with DevTools-grade inspection.
n8n-mcp
czlonkowski
Independent MCP server giving AI assistants structured access to n8n node docs to build and validate workflows.
claude-context
zilliztech
Code-search MCP server for AI coding agents - semantic + BM25 hybrid search across whole codebases.