Meigen AI Design MCP Server

AI image and video generation tools for your favorite MCP-compatible coding editor.

Data last scanned today · Reviewed today

438 tools1,617TypeScriptMIT

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

Claude Desktop
{
  "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

ToolDescriptionRisk
search_gallerySearch 1,446 curated trending prompts with visual previews (powered by nanobanana-trending-prompts)low
get_inspirationGet full prompt, all images, and metadata for any gallery entrylow
enhance_promptTransform a brief idea into a professional image promptlow
list_modelsList available models across all configured providerslow
comfyui_workflowManage ComfyUI workflow templates: list, view, import, modify, deletemedium
manage_preferencesRemember your preferred style, aspect ratio, model, and favorite promptsmedium
generate_imageGenerate an image — routes to the best available provider automatically. Local reference images are auto-compressed and uploaded.medium
generate_videoGenerate 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

ClientLocalDockerRemoteRead-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

Badge

Meigen AI Design MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.