Productivity|Development|AI / ML|MediaPython
Office-PowerPoint-MCP-Server
A MCP server for PowerPoint manipulation using python-pptx.
N/A rating (0 reviews)0 installs1,623 GitHub stars
PowerPointMCPpython-pptx
This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol. It features a modular architecture with enhanced parameter handling, intelligent operation selection, and comprehensive error handling.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"office-powerpoint-mcp-server-1": {
"args": [
"python-pptx"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.