Skip to content
Cursor

lorem for Cursor

io.github.ankitashanbhag30/lorem

Slide decks over MCP: read and write decks as code, run Lorem's full AI pipeline, export PPTX/PDF.

client:Cursor transport:stdio runtime:npm

Install lorem in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lorem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lorem-mcp"
      ],
      "env": {
        "LOREM_URL": "<LOREM_URL>",
        "LOREM_API_KEY": "<LOREM_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lorem in other clients