Generates and edits images and videos through MeiGen, ComfyUI, or OpenAI-compatible APIs with prompt discovery and enhancement.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
This server is confirmed live ā we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MeiGen AI Design MCP.
enhance_promptTransform a simple idea into a professional image generation prompt. Use when the user provides a brief description (e.g., "a cat in a garden") and needs a detailed, high-quality prompt. Combine with gallery inspiration for best results. Free, no API key needed.
search_gallerySearch AI image prompts with semantic understanding ā finds visually and conceptually similar results, not just keyword matches. Results include image URLs ā render them as markdown images () so users can visually browse and pick styles. Use when users need inspiration, want to explore styles, or say "generate an image" without a specific idea.
list_modelsList available AI image generation models and their capabilities. For up-to-date pricing, see https://www.meigen.ai/model-comparison.
get_inspirationGet the full prompt and all image URLs for a gallery entry. Show the images to the user as visual examples. The prompt can be used directly with generate_image(), and image URLs can be passed as referenceImages for style transfer.
check_generationCheck a MeiGen generation by ID ā the follow-up for interrupted generate_image / generate_video polling (the error message includes the Generation ID). Returns result URLs when done. The server keeps jobs alive well beyond a single tool call; if still processing, retry later instead of re-submitting (re-submitting costs credits again).
manage_preferencesRead or update user preferences: default style, aspect ratio, model, style notes, and favorite prompts. Call with action "get" at conversation start to load preferences.
jau123/MeiGen-AI-Design-MCP MCP server exposes nine tools for visual design workflows. Agents can turn short descriptions into detailed image prompts, search a curated gallery of roughly 1,446 prompts, inspect gallery inspiration, list current image and video models, and submit or monitor generations. Image generation supports MeiGen Cloud, local ComfyUI, and OpenAI-compatible endpoints. Video generation uses MeiGen models and requires a model ID.
The server also stores user preferences such as a default style, aspect ratio, model, style notes, and favorite prompts. ComfyUI users can manage workflow templates by listing them, viewing parameters, importing files, changing settings, or deleting templates.
An agent can begin with search_gallery when the user needs visual direction or has not supplied a concrete idea. get_inspiration returns the selected gallery prompt and image URLs, while enhance_prompt expands a brief concept into a more developed generation prompt. Those results can then be passed to generate_image; gallery image URLs may be used as reference images for style guidance.
list_models supplies the available model capabilities, which is especially important for video because supported tiers, resolutions, durations, and reference-video ranges are live values rather than fixed assumptions. The server validates and prices video combinations before dispatch. Long-running jobs can be checked with check_generation using the generation ID, avoiding a duplicate submission that could consume credits again.
The project also includes parallel batch generation through sub-agents and a standalone CLI, although these are separate usage modes rather than MCP tools described in the tool list.
The package can be run locally with npm using the meigen package. The README gives this MCP configuration:
A hosted Streamable HTTP endpoint is also available at https://www.meigen.ai/api/mcp. Its read-only tools can be used without a token, while authenticated operations use a bearer token. For local operation, the setup wizard lets the user choose MeiGen Cloud, ComfyUI, or an OpenAI-compatible API and enter the corresponding endpoint or credentials. Local ComfyUI can run without a cloud provider, using the user's own GPU.
For the CLI mode, the README documents MEIGEN_API_TOKEN for MeiGen authentication and MEIGEN_OUTPUT_DIR to change where generated images are saved. The default output directory is ~/Pictures/meigen/.
enhance_prompt: expands a short idea into a detailed image prompt.search_gallery: finds semantically similar prompts and returns image URLs for visual browsing.get_inspiration: retrieves a gallery entry's full prompt and image URLs.list_models: reports available image and video models and capabilities.generate_image: submits image jobs through the configured backend.generate_video: submits validated MeiGen video jobs.check_generation: checks an existing MeiGen generation by ID.manage_preferences: reads or updates design preferences.comfyui_workflow: manages ComfyUI workflow templates.Video generation can be slow and uses credits, so the README advises confirming before submission and avoiding parallel video jobs. If a video or image request is interrupted, use check_generation and retry polling rather than submitting the same job again. Midjourney style references use a supplied --sref code; image-based references should instead be passed through referenceImages. The remote endpoint returns media URLs, whereas local package usage can provide automatic local file saving and ComfyUI bridging.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/jau123-meigen-ai-design-mcp)<a href="https://allmcps.com/mcp/jau123-meigen-ai-design-mcp"><img src="https://allmcps.com/api/badge/jau123-meigen-ai-design-mcp?style=directory" alt="MeiGen AI Design MCP on AllMCPs" /></a>