PowerPoint automation for AI: slides, shapes, tables, charts, images, notes. Windows only.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Automate PowerPoint with AI β a Model Context Protocol server and CLI
for live, real-time PowerPoint automation through conversational AI. Sibling project to
mcp-server-excel, following the same layered
architecture: ComInterop β Core β CLI / MCP Server.
MCP Server for PowerPoint enables AI assistants (GitHub Copilot, Claude, ChatGPT) to build and
edit real .pptx presentations through natural language β slides, shapes, text, tables, charts,
speaker notes, and layouts β no VBA or PowerPoint object-model knowledge required.
π‘οΈ Live COM automation, not file parsing β Most PowerPoint MCP servers manipulate .pptx
files offline with libraries like python-pptx, or use agent-run scripts with LibreOffice-rendered
thumbnails. This project instead drives a live, real PowerPoint desktop instance via
Microsoft.Office.Interop.PowerPoint β the official Primary Interop Assembly. That means
true-fidelity rendering, compatibility with an already-open deck, and zero risk of producing a
.pptx that PowerPoint itself can't open, because PowerPoint is the one writing it.
πΌοΈ Export-to-verify β the core differentiator. After any visual edit, export the slide (or the
whole deck) to an image with export(action="export-slide-to-image", ...) /
export(action="export-all-slides-to-images", ...) and let a
vision-capable AI assistant see the result β catching overlapping shapes, text overflow, and
layout regressions that text-only automation simply cannot detect.
Technical Requirements:
[!TIP] Also automating spreadsheets? Check out Excel MCP Server β the sister project, built the same way.
16 MCP tools with 186 operations across 16 domains:
.potx/.pptx template's masters/theme/layouts, read the current theme name, set/read
PowerPoint's advisory Mark as Final flag, read/write built-in and custom document properties,
and manage string tagsEvery domain is exposed as a single action-dispatch tool (e.g. shape, table, chart,
presentation) with an action parameter selecting the specific operation β keeping the tool
list small for AI assistants while still exposing every operation.
π Complete Feature Reference β β detailed documentation of every tool and operation
Build a deck from scratch:
Tables & charts:
Formatting & shapes:
Speaker notes:
Templates & themes:
Visual verification:
Perfect for:
.pptx decksNot suitable for:
| Platform | Installation |
|---|---|
| VS Code | Install Extension (one-click, recommended) |
| Claude Desktop | Download .mcpb from latest release |
| Any MCP Client | Download mcp-powerpoint.exe from latest release and add to PATH |
| Details | π Full Installation Guide β |
β οΈ Important: Close any open instances of the target file before automating it β the server needs exclusive access to the presentation while it's driving PowerPoint.
This project provides both a CLI and an MCP Server interface. Choose based on your use case:
| Interface | Best For | Why |
|---|---|---|
CLI (pptcli / powerpointcli.exe) | Coding agents (Copilot, Cursor, Windsurf) + scripting | Single tool, no large schemas β better for cost-sensitive, high-throughput automation. |
MCP Server (mcp-powerpoint) | Conversational AI (Claude Desktop, VS Code Chat) | Rich tool discovery, persistent session. Better for interactive, exploratory workflows. |
Manual installation:
π‘ The VS Code extension installs this skill automatically. Manual
npx skills addis for other MCP clients (Claude Code, Cursor, Windsurf, etc.).
PowerPointMcp uses Windows COM automation to control the actual PowerPoint application (not
just .pptx files).
The MCP Server and CLI are two equal, first-class entry points. Each hosts its own PowerPointMcp Service that manages presentation sessions β the MCP Server runs it in-process (direct calls, no pipe), while the CLI uses a background daemon over a named pipe so sessions persist across CLI invocations:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-server-for-powerpoint)<a href="https://allmcps.com/mcp/mcp-server-for-powerpoint"><img src="https://allmcps.com/api/badge/mcp-server-for-powerpoint?style=directory" alt="MCP Server for PowerPoint on AllMCPs" /></a>