gptimage2prompts

LemGen AI Design MCP

Community gptimage2prompts
Updated

LemGen AI Design MCP โ€” curated image/video prompt library, prompt enhancement, Claude Code/Cursor/Codex/OpenClaw tools, and LemGen generation.

LemGen AI Design MCP

Open-source MCP server for AI image and video creation. Search a curatedLemGen prompt library, enhance rough ideas into production prompts, and generateimages 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 keyfrom https://lemgen.org.

Features

Tool Free Purpose
search_gallery Yes Search curated image/video prompts with preview URLs.
get_inspiration Yes Fetch the full prompt, metadata, media, and source link.
enhance_prompt Yes Expand a short idea into a professional prompt.
list_models Yes Browse LemGen model capabilities.
prompt_tools Yes Translate, polish, or improve prompts.
manage_preferences Yes Store local style/model preferences.
generate_image Token Generate an image with LemGen.
generate_video Token Generate a video with LemGen.

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-marketplace

Restart 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 packagedplugin once published to your preferred OpenClaw bundle registry.

Prompt Library

Prompt data lives in data/trending-prompts.json and can be refreshed from thecompanion repository lemgen-trending-prompts.

Each item includes:

  • id
  • prompt
  • model
  • categories
  • preview image/video URL
  • engagement fields
  • source_url linking back to LemGen

Environment Variables

Variable Description
LEMGEN_API_BASE_URL Defaults to https://lemgen.org.
LEMGEN_API_TOKEN API key for generation tools.
LEMGEN_OUTPUT_DIR Local image output directory for future CLI workflows.
LEMGEN_VIDEO_OUTPUT_DIR Local video output directory for future CLI workflows.
LEMGEN_PREFERENCES_PATH Local preferences JSON path.

Development

pnpm install
pnpm build
pnpm inspect

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    cauldr0nx

    EspoCRM MCP Server

    Opensource MCP Server for EspoCRM

    Community cauldr0nx
    cisco-open

    Network Sketcher

    Network Sketcher is an AI-ready network design tool with Local MCP, Online, and Offline editions for creating network designs and exporting PowerPoint diagrams and Excel-based configuration data.

    Community cisco-open
    IvanMurzak

    โœจ AI Game Developer โ€” Godot MCP

    Godot-MCP โ€” Model Context Protocol (MCP) integration for the Godot Engine. AI tools for the Godot Editor in C#, with cloud connection to ai-game.dev. Apache-2.0.

    Community IvanMurzak
    cyberlife-coder

    velesdb

    The local-first memory engine for AI agents. One offline Rust binary fuses vector + graph + columnar under SQL โ€” remember / recall / why over the Model Context Protocol. why() reconnects a decision to its context across sessions, where pure vector recall (Mem0/Zep) goes blind. Runs on server, laptop, browser, edge. Zero cloud.

    Community cyberlife-coder
    abskrj

    velane

    Velane is integration infrastructure agents actually control โ€” 800+ OAuth integrations, sandboxed Bun and Python execution, and a full deployment pipeline managed via MCP

    Community abskrj