Lemgen Ai Design
БесплатноНе проверенTurns AI coding agents into visual creative assistants by providing a curated prompt gallery, prompt enhancement, and image/video generation via LemGen, with fr
Описание
Turns AI coding agents into visual creative assistants by providing a curated prompt gallery, prompt enhancement, and image/video generation via LemGen, with free inspiration tools and optional token-based generation.
README
LemGen AI Design MCP
A visual creation MCP for Claude Code, Cursor, Codex, Windsurf, Roo Code, OpenClaw, and any MCP-compatible agent.
4,533 curated AI image/video prompts · 18 prompt languages · GPT Image · Nano Banana · Seedance · Midjourney · LemGen generation API
Quick Start · Features · Languages · Clients · OpenClaw Skill · Prompt Library
English | 中文 | 日本語 | 한국어 | Español | Français | Deutsch | Português
What Is This?
LemGen AI Design MCP turns an AI coding agent into a practical visual creative assistant. Instead of asking the agent to invent prompts from nothing, it gives the agent a searchable prompt library, prompt enhancement tools, model metadata, local preferences, and optional image/video generation through LemGen.
Use it when you want your agent to:
- find visual references before writing a prompt;
- inspect full prompt examples with images, videos, model names, tags, and source links;
- translate, polish, or improve prompts across multiple languages;
- expand rough ideas into production-ready image or video prompts;
- generate images or videos only after the user approves the final prompt.
Free tools work without an API key. Generation tools require
LEMGEN_API_TOKEN from LemGen.
Preview
Quick Start
Install directly from GitHub today:
{
"mcpServers": {
"lemgen": {
"command": "npx",
"args": ["-y", "github:aithink001/lemgen-ai-design-mcp"]
}
}
}
Enable generation by adding your LemGen token:
{
"mcpServers": {
"lemgen": {
"command": "npx",
"args": ["-y", "github:aithink001/lemgen-ai-design-mcp"],
"env": {
"LEMGEN_API_TOKEN": "sk_your_key_here"
}
}
}
}
After the npm package is published, the same server can be installed with:
npx -y lemgen@latest
Features
| Capability | Tool | Free | What the agent gets |
|---|---|---|---|
| Prompt search | search_gallery |
Yes | Ranked image/video prompt results with preview media and LemGen links. |
| Full inspiration | get_inspiration |
Yes | Complete prompt, model, tags, author, stats, images/videos, and source URL. |
| Prompt expansion | enhance_prompt |
Yes | A structured production prompt from a rough visual idea. |
| Model guidance | list_models |
Yes | Supported models, media type, ratios, resolutions, reference limits, and strengths. |
| Prompt translation | prompt_tools |
Yes | Translation, polish, and improvement workflows for image/video prompts. |
| Local memory | manage_preferences |
Yes | Style, model, ratio, resolution, and favorite prompt IDs stored locally. |
| Image generation | generate_image |
Token | LemGen image generation job with status and result URLs. |
| Video generation | generate_video |
Token | LemGen video generation job; agents are instructed to ask before calling it. |
Language Support
LemGen MCP is built for multilingual creative teams. Agent replies should follow the user's language, while model names and API parameters stay in English.
prompt_tools.targetLanguage supports:
| Code | Language | Code | Language | Code | Language |
|---|---|---|---|---|---|
en |
English | zh |
Chinese | ja |
Japanese |
ko |
Korean | es |
Spanish | fr |
French |
de |
German | pt |
Portuguese | it |
Italian |
nl |
Dutch | ru |
Russian | ar |
Arabic |
hi |
Hindi | id |
Indonesian | vi |
Vietnamese |
th |
Thai | tr |
Turkish | pl |
Polish |
Examples:
{ "action": "translate", "targetLanguage": "ja", "mediaType": "image" }
{ "action": "polish", "mediaType": "video" }
More setup notes are in docs/clients.md and docs/languages.md.
Client Setup
Claude Code
Install from this GitHub repository:
/plugin marketplace add aithink001/lemgen-ai-design-mcp
/plugin install lemgen@lemgen-marketplace
Restart Claude Code after installation.
Cursor
Add to Cursor MCP config:
{
"mcpServers": {
"lemgen": {
"command": "npx",
"args": ["-y", "github:aithink001/lemgen-ai-design-mcp"],
"env": {
"LEMGEN_API_TOKEN": "sk_your_key_here"
}
}
}
}
Codex
codex mcp add lemgen -- npx -y github:aithink001/lemgen-ai-design-mcp
For generation, add LEMGEN_API_TOKEN to the MCP server environment in your
Codex config.
Windsurf / Roo Code / Cline
Use the same MCP server block:
{
"command": "npx",
"args": ["-y", "github:aithink001/lemgen-ai-design-mcp"],
"env": {
"LEMGEN_API_TOKEN": "sk_your_key_here"
}
}
OpenClaw
Install from ClawHub:
clawhub install lemgen-ai-design
Skill page:
https://clawhub.ai/aithink001/skills/lemgen-ai-design
The source skill is included in this repository:
openclaw/SKILL.md
It defines the recommended workflow for inspiration search, prompt enhancement, generation confirmation, and video safety.
Prompt Library
This repository ships with data/trending-prompts.json, exported from LemGen.
| Type | Count |
|---|---|
| Image prompts | 2,593 |
| Video prompts | 1,940 |
| Total | 4,533 |
| Model | Count |
|---|---|
| GPT Image | 1,935 |
| Seedance 2.0 | 1,940 |
| Nano Banana Pro | 489 |
| Midjourney | 104 |
| Other image models | 65 |
Schema:
type GalleryPrompt = {
id: string;
rank: number;
title: string;
prompt: string;
author: string;
model: string;
categories: string[];
image: string;
images: string[];
video_url?: string;
media_type: "image" | "video";
likes: number;
views: number;
source_url: string;
};
Data-only repository:
https://github.com/aithink001/lemgen-trending-prompts
Development
pnpm install
pnpm validate
pnpm inspect
pnpm validate runs TypeScript, build, brand scan, and an MCP smoke test.
Environment Variables
| Variable | Default | Description |
|---|---|---|
LEMGEN_API_BASE_URL |
https://lemgen.org |
LemGen API host. |
LEMGEN_API_TOKEN |
none | Required for image/video generation. |
LEMGEN_OUTPUT_DIR |
~/Pictures/lemgen |
Reserved for future CLI image saving. |
LEMGEN_VIDEO_OUTPUT_DIR |
~/Movies/lemgen |
Reserved for future CLI video saving. |
LEMGEN_PREFERENCES_PATH |
~/.lemgen/preferences.json |
Local preferences file. |
Principles
- Search and inspiration are free; generation is opt-in.
- Video generation requires explicit confirmation.
- Responses return real IDs and URLs, not guessed visual descriptions.
- Public data is source-linked to LemGen.
- Documentation and package metadata stay clean of duplicate-brand signals.
Roadmap
- Publish the
lemgennpm package. - Add a hosted remote MCP endpoint.
- Add semantic search over the prompt library.
- Add focused prompt packs for product photography, logos, portraits, posters, and video ads.
- Add one-shot CLI generation commands for shell and CI workflows.
License
MIT
Установка Lemgen Ai Design
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aithink001/lemgen-ai-design-mcpFAQ
Lemgen Ai Design MCP бесплатный?
Да, Lemgen Ai Design MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Lemgen Ai Design?
Нет, Lemgen Ai Design работает без API-ключей и переменных окружения.
Lemgen Ai Design — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Lemgen Ai Design в Claude Desktop, Claude Code или Cursor?
Открой Lemgen Ai Design на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare Lemgen Ai Design with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design




