powerpoint-generator-mcp
If you are the rightful owner of powerpoint-generator-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A PowerPoint generator for Model Context Protocol (MCP) using Bun, designed to create presentations but not to read or edit existing ones.
The @pylogmonmcp/powerpoint-generator is a specialized tool designed to facilitate the creation of PowerPoint presentations using the Model Context Protocol (MCP) framework. It leverages the Bun runtime to provide a seamless and efficient way to generate slideshows programmatically. This tool is particularly useful for users who need to automate the creation of presentations, such as in educational, business, or technical environments. However, it is important to note that this generator does not support reading or editing existing presentations, focusing solely on the creation aspect.
Features
- Automated Presentation Creation: Generate PowerPoint presentations programmatically using MCP.
- Slide Management: Add new slides to your presentation with ease.
- Content Addition: Insert text, tables, shapes, and charts into your slides.
- File Handling: Obtain the URL of the generated presentation file.
- Bun Integration: Utilizes the Bun runtime for efficient execution.
Tools
create-presentation
Initiates a new PowerPoint presentation.
add-slide
Adds a new slide to the presentation.
add-text
Inserts text into a slide.
add-table
Adds a table to a slide.
add-shape
Inserts a shape into a slide.
add-chart
Adds a chart to a slide.
get-file-url
Retrieves the URL of the generated presentation file.