Presentations MCP Server

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

Local serverstdio

What is the Presentations MCP server?

If you already use Presentations, the presentations mcp server is the piece that lets your assistant work with it directly. Presentations.AI MCP server — create designed slide decks from a topic, text, or document.

What the server does

Official Model Context Protocol server for Presentations.AI. Create designed slide decks from a topic, text, or document via any MCP-compatible client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • create_presentation_from_topic — Full deck from a topic / brief
  • create_single_slide — A single designed slide on a topic (image)
  • create_presentation_from_content — Deck from raw text — article, notes, transcript
  • create_presentation_from_file — Deck from PDF, DOCX, PPTX, TXT, or MD (≤ 5 MB)
  • check_job_status — Poll long-running async jobs

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Presentations's toolset — create_presentation_from_topic, create_single_slide, create_presentation_from_content and 2 more — is a fair guide to whether it matches your workflow. It is maintained by ai.presentations; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
create_presentation_from_topicFull deck from a topic / brief
create_single_slideA single designed slide on a topic (image)
create_presentation_from_contentDeck from raw text — article, notes, transcript
create_presentation_from_fileDeck from PDF, DOCX, PPTX, TXT, or MD (≤ 5 MB)
check_job_statusPoll long-running async jobs

Example prompts to try

  • Use Presentations to create presentation from topic.
  • Use Presentations to create single slide.
  • Use Presentations to create presentation from content.

Frequently asked questions

It connects Presentations to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (create_presentation_from_topic, create_single_slide, create_presentation_from_content, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Presentations directly.