🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lorem-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lorem-mcp

MCP server for Lorem, the design-first AI slide deck editor: read and write decks as code, run the full AI pipeline (outline → build → quality loop → agentic edit), generate imagery, and export native PPTX/PDF — connects to the hosted Lorem service.

latest
npmnpm
Version
0.2.3
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

lorem-mcp

MCP server for Lorem — the design-first AI slide deck editor. Give a model real tools for making presentations that look designed: decks as diffable code, 21 professionally built layouts, AI imagery, a vision-judged quality loop, live collaboration, and export to native, editable PowerPoint.

Nothing to run or configure: this package connects to the Lorem service.

Setup

Claude Code

claude mcp add lorem -- npx -y lorem-mcp

Claude Desktop

{
  "mcpServers": {
    "lorem": {
      "command": "npx",
      "args": ["-y", "lorem-mcp"]
    }
  }
}

That's it — the first tool call works immediately as a guest, with the same free trial the website gives (a few AI actions, AI images, and decks to try it out). Decks a guest creates stay yours across restarts on the same machine.

Your account and the paywall

The trial has the same limits as trying Lorem in the browser. To go past it:

  • Create an account at lorem.fly.dev — the free plan includes more AI actions, AI-generated images, and decks every month.
  • Mint an API key under Settings → API keys and give it to the MCP server as LOREM_API_KEY:
claude mcp add lorem -e LOREM_API_KEY=lorem_sk_… -- npx -y lorem-mcp

With a key, the agent acts as you: it sees your decks, spends your plan, and edits appear live in any browser tab where a deck is open. When a plan limit is hit, tools return a clear message pointing at lorem.fly.dev/pricing — same limits, same upgrade path as the app.

A key carries the full rights of your account except key management and billing, and is sent only as a Bearer header. Revoke or rotate it any time from the same settings screen.

What a model can do with it

  • Decks as code. Every deck round-trips to Lore, a readable deck DSL. Read a slide, edit the source, write it back — read_outline, read_slide, replace_slide, apply_deck, validate.
  • The full AI pipeline, end to end. generate_outline runs the art-direction + writing stage; generate_deck builds the deck with imagery and a vision-judge quality loop; edit_deck runs the same agentic review/edit loop the in-app AI panel uses.
  • Designed, never free-handed. Models fill typed slots in designed layouts (list_layouts) and pick from complete visual personalities (list_styles) — or invent a new verified style (create_style).
  • Live. Every edit goes through the same collaboration room a browser uses. Leave the deck open and watch slides arrive as the model works.
  • Real output. export_deck produces native .pptx (text stays text, charts stay charts) or PDF.

Prompts that work

Build me a 6-slide deck on the migration project, then export it as PowerPoint.

Look at my Q3 deck and tell me which slides are carrying too much text.

Do a design pass over this deck: find weak contrast, overflowing text, or flat slides, and fix them.

© Lorem. All rights reserved. This package is the official client for the hosted Lorem service at lorem.fly.dev — see LICENSE.md for the terms of use.

Keywords

mcp

FAQs

Package last updated on 07 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts