MCP Server
MeiGen Art MCP Server
by jau123
Local-GPU image generation with a curated prompt library.
About MeiGen Art
An open-source MCP server that integrates professional image generation tools with AI assistants, acting as a 'graphics card driver' for AI models. Enables local ComfyUI for free, private GPU generation, access to a curated library of over 1,300 trending prompts, and autonomous parallel output of multiple creative directions, with cloud fallback options for users without local GPUs.
Tags
image-generationcomfyuigpulocal-ai
How to install MeiGen Art
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"meigen-art": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-meigen-art"]
}
}
}Example shape only — see the repository for the canonical install command.