pptx-tools

jongalloway/pptx-tools
★ 6 stars C# 💻 Code/Dev Tools Updated today
A unified MCP server + CLI toolkit for automating PowerPoint: read slides, update content, insert images, and generate presentations from code or AI agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pptx-tools": {
      "command": "npx",
      "args": [
        "-y",
        "jongalloway/pptx-tools"
      ]
    }
  }
}