Skip to content

slideshot-mcp v4.4.0

Latest

Choose a tag to compare

@06ketan 06ketan released this 01 May 13:29
· 4 commits to main since this release
9008b3e

Published to npm: https://www.npmjs.com/package/slideshot-mcp/v/4.4.0

What's new

  • 11 themes with proper landscape reflow (was 8)
  • PPTX defaults to image mode (preserves design); native is opt-in text-only export
  • 6 MCP tools: discover_themes, create_slides, edit_slides, render_slides, health_check, plus iterative editing workflow
  • Token-efficient mode for structured slide JSON
  • Visual regression CI with 308 baseline snapshots

Install

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