Brief, recipe, or code — pick the deterministic render mode that fits the slide. REST API or native MCP. Editable .pptx in seconds.
slideforge.dev is a controllable rendering engine for presentations from Smart Data Brokers GmbH — 50+ templates, 40+ composable components, vetted composition recipes, and three render modes in one stack. Works with Claude Desktop, Cursor, and any MCP client.
mode=brief
Pass a brief; the semantic recipe router picks a vetted recipe and renders deterministically. Bounded at $0.05, free on refusal.
mode=recipe
Pass a known recipe slug + typed slots. Skip the router; deterministic compile and render.
mode=code
Write python-pptx against 25 server-side helpers. Pixel-exact control when layout matters.
Plus iterate — refine any slide with text feedback ($0.05, charged only when the result passes).
// claude_desktop_config.json
{
"mcpServers": {
"slideforge": {
"url": "https://api.slideforge.dev/mcp/",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer sf_live_..."
}
}
}
}
// Then just ask Claude:
// "Generate a 2x2 matrix comparing build vs buy"/v1/render or /v1/generateNot just an API — an optimized toolchain for agent intelligence.
Charts, diagrams, metrics, tables, status, content, process — every primitive a consulting deck needs. Nest any component inside SplitView or Card. Build exec dashboards, pricing pages, feature grids from primitives, not from 500 fixed templates.
One URL. Zero config. Claude Desktop, Cursor, or any MCP-compatible client — the rendering engine becomes a built-in tool your agent can call natively. OAuth 2.1, no API key required.
Brief routes a natural-language brief through the semantic recipe router to a vetted recipe and a deterministic compiler — bounded at $0.05, free on refusal, never escalates. Recipe takes a known slug with typed slots and renders deterministically. Code gives pixel-exact control via python-pptx helpers. Your agent picks per slide.
Upload a corporate .pptx template — we extract colors, fonts, and logo. Build custom themes via API. Every slide matches the brand.
OrgChart, ThreeHorizons, MaturityModel, Heatmap, Waterfall, Gantt, Swimlane — the MBB-grade primitives strategy teams actually need, not generic chart wrappers.
"Make the headers larger. Add a 5th column. Switch to dark theme." — your agent refines the slide with real-time preview feedback until it's right.
Connect via MCP. Your agent generates, iterates, and delivers slides.
Add 'Export to PowerPoint' to your product with one API call.
McKinsey-grade slides in 12 seconds. Stop formatting, start presenting.
Weekly reports, QBRs, status decks — same template, new data, zero manual work.
Yes, there are other AI slide tools. Here's how they actually compare.
Gamma, Beautiful.ai, Plus AI
Beautiful web-native presentations. But subscription-locked, no API, no MCP, and most output web formats — not real .pptx with editable shapes. Great for humans. Not built for agents.
Anthropic add-in + Skill
Edits slides inside PowerPoint. Requires a Claude Pro subscription. Slow — one slide at a time, no batch generation, no preview rendering, no API. Pure LLM knowledge, limited layout heuristics. Great for quick edits. Not for volume.
The agent-native engine
Sub-second deterministic rendering across all three modes. Instant preview images for agent self-correction. PDF export in seconds. Parallel deck generation. REST API + MCP. Pay per slide, no subscription. Built for speed, volume, and agent workflows.
Add SlideForge to Claude Desktop or Cursor. Sign in with Google when prompted. No API key to copy, no env vars to set.
OAuth — just add the URL
{
"mcpServers": {
"slideforge": {
"url": "https://api.slideforge.dev/mcp/"
}
}
}API key — for scripts & CI/CD
{
"mcpServers": {
"slideforge": {
"url": "...api.slideforge.dev/mcp/",
"headers": {
"Authorization": "Bearer sf_live_..."
}
}
}
}create_slideBrief → slide (auto-routes)
create_deckMulti-slide parallel
browse_catalogTemplates, components, recipes, themes
manage_accountBalance, jobs, usage
Pay only for what you use. No subscriptions. Volume discounts on top-ups.
Brief → recipe or composition. $0.05. <1s. Bounded.
JSON component tree. $0.05. <1s.
python-pptx sandbox. $0.03. ~0.5s.
| Action | Price | Speed |
|---|---|---|
| Render — create_slide / POST /v1/render | ||
| Auto (brief → recipe / composition) | $0.05 | <1s |
| Template (structured params) | $0.03 | <1s |
| Spec render | $0.05 | <1s |
| Code render | $0.03 | ~0.5s |
| Iterate — create_slide(mode=iterate) | ||
| Iterate (only when passes) | $0.05 | <2s |
| Add-ons | ||
| Translate | $0.02 | per slide |
| AI Image | $0.05 | ~5s |
Volume discounts — top up more, pay less per action
Tutorials, comparisons, and guides for developers.
Vector extraction, not OCR. $0.01/page.
Connect via MCP in 30 seconds. 9 tools.
python-pptx vs API. Cron, Airflow, email.
Formatting preserved. $0.02/slide.
5-minute integration. Python, Node, React.
40+ components with composition. JSON spec. <1s render.
Connect via MCP in 30 seconds. Or sign up for free API access.