LemGen AI Design MCP
Enables searching curated prompts, enhancing ideas, and generating images/videos from Hermes Agent via MCP tools.
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 MCPSearch for trending prompts about futuristic cities"
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.
LemGen AI Design MCP
Open-source MCP server for AI image and video creation. Search a curated LemGen prompt library, enhance rough ideas into production prompts, and generate images or videos from Claude Code, Cursor, Codex, Windsurf, Roo Code, OpenClaw, Hermes Agent, and any MCP-compatible host.
Free tools work without an API key. Generation tools require a LemGen API key from https://lemgen.org.
Features
Tool | Free | Purpose |
| Yes | Search curated image/video prompts with preview URLs. |
| Yes | Fetch the full prompt, metadata, media, and source link. |
| Yes | Expand a short idea into a professional prompt. |
| Yes | Browse LemGen model capabilities. |
| Yes | Translate, polish, or improve prompts. |
| Yes | Store local style/model preferences. |
| Token | Generate an image with LemGen. |
| Token | Generate a video with LemGen. |
Related MCP server: mcp-media-engine
Quick Start
{
"mcpServers": {
"lemgen": {
"command": "npx",
"args": ["-y", "lemgen@latest"]
}
}
}To enable generation:
{
"mcpServers": {
"lemgen": {
"command": "npx",
"args": ["-y", "lemgen@latest"],
"env": {
"LEMGEN_API_TOKEN": "sk_..."
}
}
}
}Claude Code Plugin
/plugin marketplace add gptimage2prompts/lemgen-ai-design-mcp
/plugin install lemgen@lemgen-marketplaceRestart Claude Code after installation.
Cursor / Codex / Windsurf / Roo Code
Add the MCP server to your host config:
{
"mcpServers": {
"lemgen": {
"command": "npx",
"args": ["-y", "lemgen@latest"],
"env": {
"LEMGEN_API_TOKEN": "sk_..."
}
}
}
}OpenClaw
Use openclaw/SKILL.md with the MCP config above, or install the packaged
plugin once published to your preferred OpenClaw bundle registry.
Prompt Library
Prompt data lives in data/trending-prompts.json and can be refreshed from the
companion repository lemgen-trending-prompts.
Each item includes:
idpromptmodelcategoriespreview image/video URL
engagement fields
source_urllinking back to LemGen
Environment Variables
Variable | Description |
| Defaults to |
| API key for generation tools. |
| Local image output directory for future CLI workflows. |
| Local video output directory for future CLI workflows. |
| Local preferences JSON path. |
Development
pnpm install
pnpm build
pnpm inspectLicense
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
- 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/gptimage2prompts/lemgen-ai-design-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server