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"]
}
}
}