Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>PowerPoint MCP ServerNew to Visual Studio Code? Get it now.
PowerPoint MCP Server

PowerPoint MCP Server

Stefan Broenner

|
2 installs
| (0) | Free
PowerPoint automation for AI assistants - slides, shapes, text, tables, charts, images, notes, layouts & slide-to-image export - requires PowerPoint to be installed
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PowerPoint MCP Server — VS Code Extension

Automate Microsoft PowerPoint from AI assistants (GitHub Copilot and other MCP clients) directly inside VS Code. The extension registers the PowerPoint MCP Server via VS Code's MCP server definition provider and ships the associated Agent Skills.

Windows only. Requires Microsoft PowerPoint (desktop) to be installed.

What it does

  • Registers the powerpoint-mcp MCP server so Copilot Chat can create and edit PowerPoint decks — slides, shapes, text, tables, charts, images, notes, layouts — and export slides to images for visual verification.
  • Bundles a self-contained MCP server executable (no .NET runtime needed).
  • Contributes the PowerPoint Agent Skill (chatSkills) for better guidance.

Getting started

  1. Install the extension from the VS Code Marketplace.
  2. Ensure Microsoft PowerPoint is installed.
  3. Open Copilot Chat and ask it to build or edit a .pptx deck.

Building locally

cd vscode-extension
npm install
npm run compile        # type-check + build extension.ts
npm run package        # produce the .vsix (runs vscode:prepublish)

vscode:prepublish publishes the self-contained MCP server into bin/, copies the skill pack and changelog, then compiles the TypeScript.

Note: a marketplace icon.png still needs to be added before publishing.

Links

  • Documentation: https://powerpointmcpserver.dev
  • Source: https://github.com/sbroenne/mcp-server-powerpoint

Licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft