PowerPoint
Summary
An MCP server that enables AI assistants to create and manipulate PowerPoint presentations programmatically. Built by islem-zaraa, this plugin provides functions for creating new presentations, adding slides with formatted content, reading presentation metadata, exporting to PDF, and retrieving slide information. The implementation uses pptxgenjs and officegen libraries to handle the PowerPoint file operations, and can be deployed as a standalone server, integrated into existing MCP systems, or used directly as a command-line tool. It's particularly useful for scenarios where AI assistants need to generate presentation materials or modify existing slide decks without requiring manual PowerPoint interaction.
Available Actions(5)
mcp_powerpoint_create_presentation
Creates a new PowerPoint presentation. Parameters: outputPath (string), title (optional string)
mcp_powerpoint_add_slide
Adds a slide to an existing PowerPoint presentation. Parameters: file (string), title (optional string), content (optional string)
mcp_powerpoint_get_slides
Gets slides from a PowerPoint presentation. Parameters: file (string)
mcp_powerpoint_export_to_pdf
Exports a PowerPoint presentation to PDF. Parameters: file (string), outputPath (string)
mcp_powerpoint_read_presentation
Reads metadata and structure from a PowerPoint presentation. Parameters: file (string)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください