Pptx MCP Server

PowerPoint PPTX tools and MCP server: manipulate, convert, and collaborate on .pptx files from AI agents.

Local serverstdioTypeScript

What is the Pptx MCP server?

PowerPoint PPTX tools and MCP server: manipulate, convert, and collaborate on .pptx files from AI agents. That is what the pptx mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Open a .pptx, render it with full visual fidelity, edit it in a WYSIWYG UI (or programmatically), present it fullscreen with animations and transitions, collaborate live, and save back to a valid .pptx - all client-side. The same engine also converts decks to Markdown and exports slides to PNG/SVG/PDF/GIF/video.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • CSS — based rendering** - Slides are rendered as HTML/CSS rather than Canvas, which gives sharp text at any zoom, native accessibility, and DOM
  • Package — npm
  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — The Installation tool exposed by this server

What it needs from you

  • Bun (package manager and runtime) - Node.js 18+ (for TypeScript compilation)

Getting it running

@christophervr/pptx-viewer on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Pptx's toolset — CSS, Package, Prerequisites and 1 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • 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
CSSbased rendering** - Slides are rendered as HTML/CSS rather than Canvas, which gives sharp text at any zoom, native accessibility, and DOM interactivity. mix-blend-mode and CSS 3D transforms (shape extrusion side faces, r
Packagenpm
PrerequisitesThe Prerequisites tool exposed by this server.
InstallationThe Installation tool exposed by this server.

How to install the Pptx MCP server

{
  "mcpServers": {
    "pptx": {
      "command": "npx",
      "args": ["-y", "@christophervr/pptx-viewer"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Bun (package manager and runtime) - Node.js 18+ (for TypeScript compilation)

Example prompts to try

  • Use Pptx to CSS.
  • Use Pptx to Package.
  • Use Pptx to Prerequisites.

Frequently asked questions

It connects Pptx to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (CSS, Package, Prerequisites, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pptx directly.