# pipipi-pikachu/PPTist | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 8,912 - **Language**: Vue - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "PPTist": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PPTist" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "PPTist": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PPTist" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-PPTist` - **Docker**: `docker run -i --rm mcp/PPTist`