It takes the part that is not writing — laying the deck out, holding it to a theme, producing the file — and hands back a PPTX or a PDF, so the work stops at the point where you have something to send.
A slide generator reached over MCP. Text goes in — notes, markdown, a URL, a document — and a themed presentation comes back, with speaker notes and an export to PowerPoint or PDF.
- A full presentation generated from text you already have, rather than a blank first slide
- The theme catalogue, so the look is settled before anything is generated
- The vibe options the generator accepts alongside a theme
- A status read on a deck that is still being built, so a long job can be picked up later
- Decks that come out as PowerPoint (PPTX), PDF, or a shareable link
The local wrapper runs on npm and forwards every call to Alai's hosted endpoint at https://slides-api.getalai.com/mcp/. Generating a deck needs an Alai API key.
One command plus a key — npx -y mcp-remote https://slides-api.getalai.com/mcp/, then supply credentials
