MeiGen AI Design

v1.0.0Data Science & MLstable

Supports GPT Image 2, Nanobanana & ComfyUI, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system

ai-image-generationclaudeclaude-codecomfyuilovart
Share:
1,168
Stars
0
Downloads
0
Weekly
0/5

What is MeiGen AI Design?

MeiGen AI Design is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to supports gpt image 2, nanobanana & comfyui, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system

Supports GPT Image 2, Nanobanana & ComfyUI, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system

This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Supports GPT Image 2, Nanobanana & ComfyUI, with a 1,400+ pr

Use Cases

Generate images with GPT Image 2, Nanobanana, or ComfyUI.
Access a library of 1,400+ design prompts.
jau123

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx meigen-ai-design-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MeiGen AI Design

MeiGen AI Design MCP is an AI image and video generation server that integrates directly with Claude Code, Cursor, Windsurf, and other MCP-compatible clients to provide access to multiple generation backends including GPT Image 2.0, Nanobanana 2, and locally-running ComfyUI workflows. The server ships with a library of over 1,400 curated design prompts, a prompt enhancement tool, and multi-task orchestration for parallel generation jobs. It is designed for developers and designers who want to generate, iterate on, and manage AI-generated visuals without leaving their coding environment.

Prerequisites

  • Node.js 18+ installed (required to run npx)
  • A MeiGen API token from meigen.ai (Settings → API Keys) for cloud generation backends
  • Optionally: a locally running ComfyUI instance at http://localhost:8188 for local generation
  • An MCP-capable client such as Claude Desktop, Claude Code, Cursor, VS Code, or Windsurf
1

Obtain your MeiGen API token

Create an account at meigen.ai and navigate to Settings → API Keys to generate a token (format: meigen_sk_...). This token is required for GPT Image 2.0, Nanobanana 2, and other MeiGen Cloud backends.

2

Install for Claude Code using the plugin marketplace

The fastest way to add this server to Claude Code is via the plugin marketplace command. For other clients, use the npx init subcommand to generate the correct config.

# Claude Code
/plugin marketplace add jau123/MeiGen-AI-Design-MCP

# Initialize config for other clients
npx meigen init cursor      # Cursor
npx meigen init windsurf    # Windsurf
npx meigen init vscode      # VS Code
3

Add the server to your claude_desktop_config.json (manual setup)

If configuring manually, add the meigen server entry to your MCP client's config file. Include your API token and desired output directory in the env block.

{
  "mcpServers": {
    "meigen": {
      "command": "npx",
      "args": ["-y", "meigen"],
      "env": {
        "MEIGEN_API_TOKEN": "meigen_sk_your_token_here",
        "MEIGEN_OUTPUT_DIR": "~/Pictures/meigen"
      }
    }
  }
}
4

Restart your MCP client

Quit and reopen Claude Desktop or reload the MCP extension in your IDE. Once the server starts, the generate_image, search_gallery, enhance_prompt, and list_models tools will be available.

5

Generate your first image or video

Ask the AI assistant to search the gallery for prompt inspiration, enhance your idea, or go straight to generation. Use the list_models tool to see all available backends and select the one best suited for your use case.

# Standalone CLI generation (no MCP client needed)
npx meigen gen --prompt "minimalist logo, geometric, blue gradient"
npx meigen gen -p "product photo" -m gpt-image-2 -r 1:1

MeiGen AI Design Examples

Client configuration

Claude Desktop config entry for MeiGen AI Design MCP with cloud generation enabled.

{
  "mcpServers": {
    "meigen": {
      "command": "npx",
      "args": ["-y", "meigen"],
      "env": {
        "MEIGEN_API_TOKEN": "meigen_sk_your_token_here",
        "MEIGEN_OUTPUT_DIR": "~/Pictures/meigen",
        "MEIGEN_VIDEO_OUTPUT_DIR": "~/Movies/meigen"
      }
    }
  }
}

Prompts to try

Example prompts that leverage the gallery search, prompt enhancement, and multi-backend generation capabilities.

- "Search the design prompt gallery for 'product photography' and show me the top 3 prompts"
- "Enhance this brief into a full Midjourney prompt: a cozy coffee shop interior"
- "Generate an image using GPT Image 2.0: a modern app UI mockup on an iPhone, clean design"
- "List all available image generation models and their capabilities"
- "Generate a landscape-format hero image for a SaaS landing page using Nanobanana 2"

Troubleshooting MeiGen AI Design

generate_image returns an authentication error

Check that MEIGEN_API_TOKEN is correctly set in the env block of your MCP config and that it starts with meigen_sk_. Regenerate a token at meigen.ai → Settings → API Keys if necessary.

ComfyUI workflow fails or returns a connection error

Ensure ComfyUI is running locally and the API is enabled. The default URL is http://localhost:8188; override it with COMFYUI_URL in your env block if you use a different port or address.

npx takes too long to start the server on first run

The first npx invocation downloads the package from npm and may take 30-60 seconds. Subsequent starts are faster. To speed things up, install globally with 'npm install -g meigen' and use 'meigen' as the command instead of npx.

Frequently Asked Questions about MeiGen AI Design

What is MeiGen AI Design?

MeiGen AI Design is a Model Context Protocol (MCP) server that supports gpt image 2, nanobanana & comfyui, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MeiGen AI Design?

Follow the installation instructions on the MeiGen AI Design GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MeiGen AI Design?

MeiGen AI Design works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MeiGen AI Design free to use?

Yes, MeiGen AI Design is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Data Science & ML MCP Servers

Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "meigen-ai-design-mcp": { "command": "npx", "args": ["-y", "meigen-ai-design-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MeiGen AI Design?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides