Meigen AI Design MCP Server
AI image and video generation tools for your favorite MCP-compatible coding editor.
Data last scanned today · Reviewed today
Overview
Meigen AI Design MCP Server transforms your coding environment into a creative suite. It supports eleven leading image and video models, including local ComfyUI, Flux 2 Klein, and Veo 3.1, allowing you to generate logos, product renders, and animations directly from your editor. The server orchestrates parallel sub-agents to handle batch tasks without cluttering your primary workspace context. Users can leverage a library of 1,446 curated prompt templates for style-aware generation. Whether utilizing the MeiGen cloud platform, your own OpenAI-compatible API, or a local GPU via ComfyUI, the server provides a unified interface for visual assets inside tools like Cursor, Claude Code, and Windsurf.
Our verdict
This server receives a security score of 43/100, indicating a high risk level that users should carefully consider before installation. The risk assessment reflects that the project relies on a single contributor, which limits long-term oversight, and several critical security areas—such as authentication methods and read-only mode protocols—have not yet been editorially reviewed. Given these factors and its community-maintained status rather than vendor-backed support, it is best suited for experimental local workflows rather than sensitive production environments.
- Supports local ComfyUI for offline, private GPU processing
- Provides native integration for eight different AI coding editors
- Contains 1,446 curated prompt templates for design workflows
- Maintains a compact architecture with only three direct dependencies
- High security risk due to lack of independent audit
- Single contributor presents a bus-factor risk to development
- Authentication and read-only modes remain unverified
- Not maintained by an official vendor organization
Setup
{
"mcpServers": {
"meigen-ai-design-mcp": {
"args": [
"-y",
"meigen"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
- No built-in authentication — anyone with access to this config can invoke every tool it exposes.
Tools
| Tool | Description | Risk |
|---|---|---|
| search_gallery | Search 1,446 curated trending prompts with visual previews (powered by nanobanana-trending-prompts) | low |
| get_inspiration | Get full prompt, all images, and metadata for any gallery entry | low |
| enhance_prompt | Transform a brief idea into a professional image prompt | low |
| list_models | List available models across all configured providers | low |
| comfyui_workflow | Manage ComfyUI workflow templates: list, view, import, modify, delete | medium |
| manage_preferences | Remember your preferred style, aspect ratio, model, and favorite prompts | medium |
| generate_image | Generate an image — routes to the best available provider automatically. Local reference images are auto-compressed and uploaded. | medium |
| generate_video | Generate a video via MeiGen platform — Seedance 2.0 (mini/fast/pro), Happyhorse 1.0, Veo 3.1, or Grok Video 1.5 (image-to-video only). Supports text-to-video and first-frame image-to-video; local files are auto-uploaded. Saves MP4 to ~/Movies/meigen/. | medium |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›Which backend providers are supported by this server?
The server supports three modes: the MeiGen cloud service, any OpenAI-compatible API endpoint, or a local ComfyUI instance.
›How do I configure the server for my specific AI coding tool?
You can use the 'npx meigen init [tool]' command to automatically write the required MCP configuration file for tools like Cursor, VS Code, Windsurf, or Roo Code.
›Do I need to pay for an API key to use all features?
Free features are available immediately, but advanced image and video generation requires selecting a provider and entering credentials, such as an API key or local ComfyUI URL, via the /meigen:setup wizard.
›Can I run this server without a cloud connection?
Yes, you can configure the server to use a local ComfyUI installation as the backend for offline, GPU-based generation.
›What is the benefit of the parallel sub-agent orchestration?
Parallel generation allows the server to process multiple design variations at once while keeping the main conversation context clean.
Changelog
- Fixv1.3.3
2026-06-23
- Breaking
- Breaking
- Security
- Fixv1.2.10 — GPT Image 2.0 pricing hotfix
2026-04-23
- Newv1.2.9 — GPT Image 2.0 as default
2026-04-22
- Improved
- Securityv1.2.7
2026-04-01
- Newv1.2.6
2026-03-25
- Newv1.2.5
2026-03-06
Badge
Maintain this server? Add the live badge to your README.