a month ago
Create, edit, and export presentations with AI using Alai’s MCP. Supports slide generation, slide edits, and export to PowerPoint or PDF.
Overview
Alai MCP Server lets AI agents create polished presentations end-to-end through natural conversation.
Instead of copying content between research tools, docs, and slide editors, your AI can now generate decks, add or remove slides, create speaker notes, and export to PowerPoint or PDF directly.
Alai exposes presentation creation as an MCP server, so any MCP-compatible client like Claude Desktop, Cursor, Windsurf, or VS Code can turn ideas, data, and documents into professional slides.
What you can do with Alai MCP
- Generate full presentations from prompts or outlines
- Add, edit, or delete individual slides
- Create speaker notes automatically
- Export to PowerPoint or PDF
- Generate shareable presentation links
- Combine with other MCP servers like Notion, Stripe, or PostHog for data-driven decks
Best for:
- Pitch decks
- Investor updates and reports
- Sales proposals
- Research summaries
- Internal and external presentations
Alai MCP removes the last manual step in AI workflows: turning work into a high-quality presentation.
Server Config
{
"mcpServers": {
"alai": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://slides-api.getalai.com/mcp/",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}