mcp-powerpoint-server
Verified Safeby EiriniOr
Overview
Automates the creation and management of PowerPoint presentations, including data analysis and custom slide generation, primarily for AI-driven agents.
Installation
python server.pySecurity Notes
The core server.py does not use 'eval' or direct arbitrary shell commands, minimizing common injection risks. File system operations are controlled (e.g., checking os.path.exists). Primary risks would stem from vulnerabilities in third-party libraries (python-pptx, pandas, qrcode) when processing malicious input files or unexpected external resource access via provided paths. The 'export_to_pdf' is noted as unimplemented and would require external tools, which would introduce new security considerations.
Similar Servers
PPTAgent
Generates high-quality, structured PowerPoint presentations from markdown documents using AI agents for research, design, and content organization.
PowerBI-Desktop-MCP
Enables AI assistants to programmatically interact with Power BI Desktop models for data exploration, analysis, and modification.
slidev-mcp
AI-powered tool for generating professional online presentations using natural language descriptions, built on Slidev and large language models.
mcp-server-excel
Automate Microsoft Excel operations through natural language commands for AI assistants or via a command-line interface, including Power Query, DAX measures, VBA macros, PivotTables, Charts, Ranges, and Worksheets.