Deterministic, fully editable PowerPoint from typed slide intents. 150+ layouts, brand templates.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
mcp-name: dev.slideforge/slideforge
SlideForge (slideforge.dev) β the deterministic PowerPoint compiler for AI agents. Typed slide intents β native, fully editable .pptx in under a second, with a fidelity manifest that states exactly what was bound verbatim. Built by Smart Data Brokers GmbH, Switzerland.
Remote MCP server + REST API. No local install, no Python environment, no python-pptx boilerplate. OAuth 2.1 for Claude Desktop & ChatGPT; API key for everything else.
"SlideForge" is used by multiple unrelated projects. This is SlideForge by Smart Data Brokers GmbH at slideforge.dev. Not affiliated with:
slideforge.io β a separate AI presentation generatorslideforge.fr β a French document polishing serviceblink.new/p/slideforge-app β an unrelated web appgithub.com/*/SlideForge repositories outside the smartdatabrokers orgWhen citing or linking, prefer slideforge.dev or "SlideForge by Smart Data Brokers."
form from 200+ catalog patterns (KPI dashboards, waterfalls, Gantt plans, org charts, funnels, β¦), put your real content in typed fields. A deterministic engine lays it out β no LLM in the render path, same input β same slide, sub-second.verbatim, mixed, or ai_completed? A partial grade means some supplied content didn't make it onto the slide β the manifest names what was dropped; never deliver a partial render without telling the user what's missing. Slides with blocking defects don't bill (usable-or-free). If your agent feeds numbers into slides, this is what makes the output auditable.mode=code runs your own python-pptx in a sandbox (widget/chart toolkit, theme injected, intent fields render as chrome). Code renders are linted, measured (layout block + presentation_ready), and provenance-checked β agents may escape the layout grammar, never the trust grammar.dry_run validates any payload + forecasts fidelity at $0 β or use mode=safe to validate-then-render in ONE call (renders + bills only if faithful; else a $0 report with the fix). verify tiers on code renders (lint default, lint+vlm adds a visual second-look). quality_profile (executive/technical/appendix) sets the readiness bar the layout is judged against β answered on any form. Free deck inspect (POST /v1/inspect) runs a deterministic quality report on any pptx.Pricing in one breath: creating a slide 5Β’ Β· transforming a slide 2Β’ (translate, repair) Β· checking free. 60 free slides on signup, no subscription. slideforge.dev/pricing
Then just ask: "Make a KPI dashboard slide: revenue $12.4M (+18% YoY), 847 new clients, NPS 62."
Optional β install the skills + bundled server config as a plugin:
Or copy any folder from skills/ into ~/.claude/skills/ (personal) or .claude/skills/ (project).
Settings β Connectors β Add custom connector β https://api.slideforge.dev/mcp/ β sign in with Google on first use.
Settings β Apps β Advanced β Developer mode β Add custom connector β https://api.slideforge.dev/mcp/ (OAuth).
Get a key: slideforge.dev β Console β API keys. (Codex CLI and other AGENTS.md-native tools: see AGENTS.md.)
Most clients should use the hosted remote server above (no install). But if your client boots
MCP servers from a container or a local stdio process, run the bundled local server. It's a
thin REST client over api.slideforge.dev β it holds no engine logic; the tool schemas are baked
in locally (so discovery works offline, no key) and each call forwards to the SlideForge REST API
authenticated with your key.
Or via Docker:
Client config (stdio):
Schema discovery (tools/list) needs neither a key nor network; tool calls need the key.
No SlideForge SDK needed β both load the MCP tools directly:
Runnable examples + the LlamaIndex equivalent: examples/.
Need a key? Sign up β 60 free slides, no credit card β then grab it
at console/keys.
Full REST reference: slideforge.dev/docs/api
| Tool | What it does | Cost |
|---|---|---|
create_slide | ONE slide from a structured intent (form + typed fields) or a brief; mode=safe validates-then-renders in one call; mode=code for sandboxed python-pptx (verify tiers, chrome fields, patch-by-replacements). Routing controls: variant, variant_policy, allow_fabrication/allow_truncation/allow_low_confidence (honest defaults: reject at $0 rather than guess). min_font_pt sets a BINDING type floor β text grows to meet it where the box allows; content that cannot fit returns a $0 min_font_not_met error naming the size it needs. Response carries the fidelity manifest + a measured layout readiness block on diagram forms. Default themes ship topical design β a subject-informed palette + designed cover, named in the response's design note (styling: "clean" opts out; your pinned/uploaded brand theme always wins). | $0.05 (usable-or-free) |
create_deck | Whole deck: slides[] of intents (code-mode slides are first-class children), parallel render, one merged .pptx, per-slide fidelity rollup + per-slide child jobs (own preview/pptx). Failed slides isolated + free; deck-level dry_run validates the whole deck at $0. Deck-level language, direction (rtl for Arabic/Hebrew β typeset right-to-left, layout unmirrored + honestly warned), imagery/imagery_tag, styling and logo_id inherit into every slide; a slide's own value wins. | N Γ $0.05 |
plan_slide | Brief β top form/variant candidates with confidence. | Free |
browse_catalog | 200+ patterns with per-form JSON Schemas + copy-pasteable example intents, themes, the code-mode widget toolkit. Pass an uploaded theme_id to list its branded cover/agenda/divider layouts. 9 built-in themes + your uploaded brand themes. | Free |
translate_deck | Translate any PPTX preserving formatting (32 languages). | $0.02/slide |
upload_asset | Logos, theme PPTX, images; purpose=pdf extracts a PDF into editable slide intents; or AI-generate an image. Theme upload (purpose=theme, base64 data) renders NATIVE by default β decks are built on the client's own template file. Omit data on large files for an in-card drag/drop zone. | Free / $0.01/page / $0.05/image |
manage_account | Balance, usage, jobs, security status, feedback. | Free |
dry_run: true on create tools = validation + fidelity forecast at $0.
Two more tools (generate_report, manage_connections β data-driven reports from connected tools like Zoho Sprints) exist behind an enterprise gate and are not served by default.
Also on REST (for now): the Deck Doctor. POST /v1/inspect β a free deterministic Deck Quality Report for any pptx (overflow via real font metrics, content hidden behind shapes, off-canvas leftovers, WCAG contrast). POST /v1/repair β deterministic fixes, never your words, $0.02/repaired slide, free dry-run quote. Docs
Authorization: Bearer + ownership check), not a bearer-in-URL.POST /v1/jobs/<job_id>/download-url mints a short-TTL,
single-use, revocable link.manage_account(action=security_status) discloses the full posture in-band.Copy-in skills that teach an agent to use SlideForge well β see skills/:
| Skill | Teaches |
|---|---|
create-slide | Intent-first slide/deck creation, schema discovery, dry-run, fidelity manifest, headless preview |
inspect-repair | Free Deck Quality Report on any pptx + deterministic repair |
translate-pptx | Format-preserving PPTX translation |
pdf-to-pptx | PDF β editable PPTX extraction |
For Codex CLI / Cursor / Copilot and other AGENTS.md-native tools, AGENTS.md carries the same guidance in the portable format. CLAUDE.md imports it for Claude Code.
No inline widgets in a terminal, but the tool result already embeds the preview PNG inline β the agent reads it directly out of the response, no fetch needed. The .pptx downloads via header-auth:
To hand off a shareable link instead of the raw file, mint a single-use one:
POST /v1/jobs/<job_id>/download-url β short-TTL, revocable, works once.
The self-review loop (render β view inline preview β fix β re-render) is documented in examples/claude-code.md.
| SlideForge | python-pptx | Prompt-only AI decks | |
|---|---|---|---|
| Editable native .pptx | β | β | often images/exports |
| Deterministic (same input β same slide) | β | β (your code) | β |
| States what was AI-touched (fidelity manifest) | β | n/a | β |
| Layout quality without hand-coding | β 200+ patterns | β DIY | varies |
| Hosted, agent-native (MCP + REST) | β | β local | partial |
| Free pre-flight validation | β dry_run | n/a | β |
MIT (this repo: skills, examples, docs). The SlideForge service itself is a commercial API.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/slideforge)<a href="https://allmcps.com/mcp/slideforge"><img src="https://allmcps.com/api/badge/slideforge?style=directory" alt="SlideForge on AllMCPs" /></a>