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)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요