Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

ai.presentations/presentations-ai

ai.presentations/presentations-ai

Presentations.AI MCP server — create designed slide decks from a topic, text, or document.

Uptime
6.5%
31 probes
Response
511ms
last probe
Tools
5
callable

Tools · 5

create_presentation_from_topic

Generate a full AI-powered presentation from a topic or brief. Returns a document URL and ID in the requested export format.

create_single_slide

Generate a single AI-designed slide from a topic. Returns the slide in the requested export format.

create_presentation_from_content

Transform raw text (articles, notes, reports, outlines) into a professional presentation. Supports multiple content-handling modes via preservationMode.

create_presentation_from_file

Convert an uploaded document (PDF, Word, PowerPoint, text, markdown, RTF) into a presentation. Max 5 MB. Supports the same preservation modes as content transformation.

check_job_status

Poll for the result of an async presentation job. Returns current status and, when complete, the presentation details.

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"
    }
  }
}