PPTist

GitHub

PowerPoint-ist(/'pauəpɔintist/), An online presentation application that replicates most of the commonly used features of MS PowerPoint, allowing for the editing and presentation of PPT online. Support AIPPT.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "PPTist": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-PPTist"
      ]
    }
  }
}