The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Powerpoint Engine listing page.
Generate and edit real PowerPoint (.pptx) files from an AI agent, over the
Model Context Protocol. Backed by the hosted
PowerPoint Engine API — no local PowerPoint,
Office, or GPU required.
https://powerpointengine.io/api/mcp/mcp (Streamable HTTP)Then run /mcp and authorize in the browser (one click).
Point your client at the Streamable HTTP endpoint above. On first use it will
open the browser OAuth flow; discovery is at
https://powerpointengine.io/.well-known/oauth-protected-resource.
| Tool | Purpose |
|---|---|
generate_presentation | Build a deck from simple markup (markup, theme?) → download URL |
generate_from_template | Build a deck from a structured template (title + slides, incl. native charts) |
get_account_status | Plan, remaining credits, recent generations, and recent errors |
# Title line sets the deck title.## Heading starts a new slide.### Heading+ are sub-headings; -/* are bullets.**bold**, and inline code are cleaned up.Themes: corporate, modern, minimal, vibrant.
.pptx template and replace
text/numbers while keeping the exact layout, fonts, and branding — the thing
most generators break.See SKILL.md for an installable agent-skill version and
server.json for the MCP registry manifest.
MIT — see LICENSE. This repository contains the MCP manifest and
documentation for the hosted service; the generation engine itself is operated
at powerpointengine.io.