lemgen-ai-design-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lemgen-ai-design-mcpFind inspiration for a futuristic cityscape"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Vision MCP Server
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@latestFeatures
Capability | Tool | Free | What the agent gets |
Prompt search |
| Yes | Ranked image/video prompt results with preview media and LemGen links. |
Full inspiration |
| Yes | Complete prompt, model, tags, author, stats, images/videos, and source URL. |
Prompt expansion |
| Yes | A structured production prompt from a rough visual idea. |
Model guidance |
| Yes | Supported models, media type, ratios, resolutions, reference limits, and strengths. |
Prompt translation |
| Yes | Translation, polish, and improvement workflows for image/video prompts. |
Local memory |
| Yes | Style, model, ratio, resolution, and favorite prompt IDs stored locally. |
Image generation |
| Token | LemGen image generation job with status and result URLs. |
Video generation |
| 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 |
| English |
| Chinese |
| Japanese |
| Korean |
| Spanish |
| French |
| German |
| Portuguese |
| Italian |
| Dutch |
| Russian |
| Arabic |
| Hindi |
| Indonesian |
| Vietnamese |
| Thai |
| Turkish |
| 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-marketplaceRestart 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-mcpFor 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-designSkill page:
https://clawhub.ai/aithink001/skills/lemgen-ai-designThe source skill is included in this repository:
openclaw/SKILL.mdIt 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 inspectpnpm validate runs TypeScript, build, brand scan, and an MCP smoke test.
Environment Variables
Variable | Default | Description |
|
| LemGen API host. |
| none | Required for image/video generation. |
|
| Reserved for future CLI image saving. |
|
| Reserved for future CLI video saving. |
|
| 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aithink001/lemgen-ai-design-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server