Office-PowerPoint-MCP-Server
112
Office-PowerPoint-MCP-Server is an MCP server designed for PowerPoint manipulation using python-pptx. It offers a variety of tools to manage presentations, add slides, shapes, and charts efficiently. The project supports both installation via scripts and manual setup.
python
{ "mcpServers": { "ppt": { "command": "python", "args": [ "/path/to/ppt_mcp_server.py" ], "env": {} } } }
uvx
{ "mcpServers": { "ppt": { "command": "uvx", "args": [ "--from", "office-powerpoint-mcp-server", "ppt_mcp_server" ], "env": {} } } }