Agent Plugins Marketplace
All plugins

powerpoint-mcp

v0.6.0

MCP bridge for live-editing open PowerPoint presentations via Office.js.

CodexClaude Code2 Skills1 MCP serverStreamable HTTP

By Krzysztof ZarzyckiLicense: MIT6 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install powerpoint-mcp for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add powerpoint-mcp@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “powerpoint-mcp-2” remain stable.

  • Codex: powerpoint-mcp-2@agent-plugin-marketplacepowerpoint-mcp@agent-plugin-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kzarzycki/powerpoint-mcp

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

powerpoint-mcp/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/powerpoint-mcp/SKILL.md
├── skills/review-slide-visual/SKILL.md
└── .mcp.json

Included Skills2

powerpoint-mcpskills/powerpoint-mcp/SKILL.md

Manipulate live, open PowerPoint presentations on macOS via Office.js MCP server. Use when Claude needs to: (1) create, edit, or inspect slides in a running PowerPoint instance, (2) add shapes, text, tables, or formatting to live presentations, (3) capture visual slide screenshots, (4) enable/configure the PowerPoint MCP server in a project, (5) execute Office.js code against open presentations. Distinct from the pptx file-editing skill — this works on presentations currently open in PowerPoint.

review-slide-visualskills/review-slide-visual/SKILL.md

Visually review a PowerPoint slide for layout issues, spacing problems, contrast errors, and alignment inconsistencies. Spawns an independent reviewer with no conversation context. Use after completing slide edits to verify visual quality — not for initial inspection. Trigger on "review the slide", "how does it look", "check the visual", "verify the layout", or proactively after slide editing is complete.

MCP servers1

powerpoint-mcpStreamable HTTP
url
http://localhost:3001/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "powerpoint-mcp",
  "version": "0.6.0",
  "description": "MCP bridge for live-editing open PowerPoint presentations via Office.js.",
  "author": {
    "name": "Krzysztof Zarzycki",
    "email": "[email protected]",
    "url": "https://github.com/kzarzycki"
  },
  "homepage": "https://github.com/kzarzycki/powerpoint-mcp#readme",
  "repository": "https://github.com/kzarzycki/powerpoint-mcp",
  "license": "MIT",
  "keywords": [
    "mcp",
    "powerpoint",
    "office-js",
    "presentations",
    "codex"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "PowerPoint MCP",
    "shortDescription": "Edit live PowerPoint decks from Codex.",
    "longDescription": "PowerPoint MCP connects Codex to open PowerPoint presentations through a local Office.js bridge. It can inspect decks, add and format content, insert images and charts, edit OOXML, copy slides, capture screenshots, and verify slide layout issues while changes appear live in PowerPoint.",
    "developerName": "Krzysztof Zarzycki",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write",
      "MCP"
    ],
    "websiteURL": "https://github.com/kzarzycki/powerpoint-mcp",
    "defaultPrompt": [
      "Inspect my open PowerPoint deck.",
      "Create a new slide in the current deck.",
      "Review this slide for layout issues."
    ],
    "brandColor": "#B7472A",
    "composerIcon": "./addin/assets/icon-80.png",
    "logo": "./addin/assets/icon-80.png"
  }
}
.claude-plugin/plugin.json
{
  "name": "powerpoint-mcp",
  "description": "MCP bridge for live-editing open PowerPoint presentations on macOS via Office.js",
  "version": "0.6.0",
  "author": {
    "name": "Krzysztof Zarzycki",
    "email": "[email protected]"
  },
  "repository": "https://github.com/kzarzycki/powerpoint-mcp",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[powerpoint-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/powerpoint-mcp-2)