Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. MCP Server for PowerPoint
M
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

MCP Server for PowerPoint

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

PowerPoint automation for AI: slides, shapes, tables, charts, images, notes. Windows only.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-for-powerpoint": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-for-powerpoint"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

PowerPointMcp β€” MCP Server & CLI for Microsoft PowerPoint

VS Code Marketplace Downloads

CI Gate Release

License: MIT .NET Platform Built with Copilot

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:

  • ⚠️ Windows Only β€” COM interop is Windows-specific
  • ⚠️ PowerPoint Required β€” Microsoft PowerPoint 2016 or later must be installed
  • ⚠️ Desktop Environment β€” controls a real PowerPoint process (not for server-side processing)

[!TIP] Also automating spreadsheets? Check out Excel MCP Server β€” the sister project, built the same way.

🎯 What You Can Do

16 MCP tools with 186 operations across 16 domains:

  • πŸ—‚οΈ Presentation (20 ops) β€” create, open, Save As, Save Copy As, close, list sessions, apply a .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 tags
  • πŸ“‘ Slide (23 ops) β€” lifecycle, backgrounds, sections, comments, slide import, and string tags
  • β–­ Shape (47 ops) β€” shapes, styling, grouping, hyperlinks, linked assets, placeholder editing, and string tags
  • ✏️ TextFrame (20 ops) β€” text, font size/name/color, bold, italic, underline, alignment, bullets
  • πŸ“Š Table (12 ops) β€” add, cell text, insert/delete rows & columns, cell fill/border, merge cells
  • πŸ—£οΈ Notes (2 ops) β€” set/get speaker notes
  • πŸ–ΌοΈ Layout (4 ops) β€” set/get slide layout
  • πŸ“ Page Setup (5 ops) β€” slide size, first slide number, footer, date/time, slide numbers
  • β™Ώ Accessibility (3 ops) β€” deterministic audit and reading-order management
  • 🎭 Master (10 ops) β€” slide master title/body placeholder fonts, background color
  • 🎬 Animation (5 ops) β€” shape entrance/emphasis/exit effects, slide transitions
  • πŸ–ΌοΈ Image (7 ops) β€” insert embedded or linked pictures and adjust brightness, contrast, recolor, and crop
  • πŸ“ˆ Chart (16 ops) β€” add chart, multi-series data, titles, legend, built-in styles, color styles, and data tables
  • 🎧 Media (2 ops) β€” insert embedded or linked audio/video and inspect native media metadata
  • πŸ”€ SmartArt (7 ops) β€” insert and edit SmartArt diagrams
  • πŸ–ΌοΈ Export (3 ops) β€” export to PDF or images for delivery and visual verification

Every 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

πŸ’¬ Example Prompts

Build a deck from scratch:

  • "Create a new presentation with a title slide and three content slides about our Q3 results, then export it as images so I can see it."

Tables & charts:

  • "Add a 4x3 table summarizing this data, then add a bar chart next to it."

Formatting & shapes:

  • "Make the title bold and blue, and move the logo to the top-right corner."

Speaker notes:

  • "Write speaker notes for each slide summarizing the key talking point."

Templates & themes:

  • "Apply our corporate template to this deck without losing any of the slide content."

Visual verification:

  • "Export slide 3 as an image and tell me if the chart overlaps the text box."

πŸ‘₯ Who Should Use This?

Perfect for:

  • βœ… AI assistants and coding agents that need to build or edit .pptx decks
  • βœ… Anyone automating repetitive slide-deck workflows (reports, status decks, templates)
  • βœ… Teams that want export-to-verify visual checks on every automated edit

Not suitable for:

  • ❌ Server-side/headless processing (this drives a real desktop PowerPoint process)
  • ❌ Linux/macOS users (Windows + PowerPoint installation required)

πŸš€ Quick Start

PlatformInstallation
VS CodeInstall Extension (one-click, recommended)
Claude DesktopDownload .mcpb from latest release
Any MCP ClientDownload 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.

πŸ”§ CLI vs MCP Server

This project provides both a CLI and an MCP Server interface. Choose based on your use case:

InterfaceBest ForWhy
CLI (pptcli / powerpointcli.exe)Coding agents (Copilot, Cursor, Windsurf) + scriptingSingle 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:

powershell
# Primary: Download standalone executables from latest release (no .NET runtime required)
# https://github.com/sbroenne/mcp-server-powerpoint/releases/latest
# - PowerPointMcp-MCP-Server-{version}-windows.zip β†’ extract mcp-powerpoint.exe
# - PowerPointMcp-CLI-{version}-windows.zip β†’ extract powerpointcli.exe

# Secondary: Install via .NET tool (requires .NET 10 runtime)
dotnet tool install --global Sbroenne.PowerPointMcp.McpServer
dotnet tool install --global Sbroenne.PowerPointMcp.CLI

# After installing either way, auto-configure your coding agents:
npx add-mcp "mcp-powerpoint" --name powerpoint-mcp
powershell
# Optional: Install the agent skill for better AI guidance
npx skills add sbroenne/mcp-server-powerpoint --skill powerpoint-mcp

πŸ’‘ The VS Code extension installs this skill automatically. Manual npx skills add is for other MCP clients (Claude Code, Cursor, Windsurf, etc.).

βš™οΈ How It Works - COM Automation & Unified Service Architecture

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:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Screenpipe logoScreenpipe

    Local-first workflow memory for AI agents. screenpipe lets MCP clients search selected screen, audio, app, and meeting context and turn real work into cited notes, SOPs, workflow reports, and automation candidates.

    🧠 Knowledge & Memory1 views
    Compare vs Screenpipe β†’
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph β€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server for PowerPoint

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp-server-for-powerpoint": { "command": "npx", "args": ["-y", "MCP Server for PowerPoint"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server for PowerPoint AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-server-for-powerpoint?style=directory)](https://allmcps.com/mcp/mcp-server-for-powerpoint)
HTML Embed
<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>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to MCP Server for PowerPoint β†’Install in Claude DesktopInstall in CursorInstall in VS Code