ai.presentations/presentations-ai
ai.presentations/presentations-aiPresentations.AI MCP server — create designed slide decks from a topic, text, or document.
Tools · 5
Generate a full AI-powered presentation from a topic or brief. Returns a document URL and ID in the requested export format.
Generate a single AI-designed slide from a topic. Returns the slide in the requested export format.
Transform raw text (articles, notes, reports, outlines) into a professional presentation. Supports multiple content-handling modes via preservationMode.
Convert an uploaded document (PDF, Word, PowerPoint, text, markdown, RTF) into a presentation. Max 5 MB. Supports the same preservation modes as content transformation.
Poll for the result of an async presentation job. Returns current status and, when complete, the presentation details.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.presentations/presentations-ai": {
"url": "https://api.presentations.ai/mcp",
"transport": "streamable-http"
}
}
}