powerpoint-generator-mcp logo

powerpoint-generator-mcp

by Pylogmon

A PowerPoint generator for Model Context Protocol (MCP) using Bun. It allows creating presentations programmatically.

View on GitHub

Last updated: N/A

What is powerpoint-generator-mcp?

This is a PowerPoint generator designed for use with the Model Context Protocol (MCP). It leverages Bun to create PowerPoint presentations programmatically, but it cannot read or edit existing presentations.

How to use powerpoint-generator-mcp?

To start the server, use the command bunx -y @pylogmonmcp/powerpoint-generator. The server provides tools to create presentations, add slides, add text, add tables, add shapes, add charts, and get file URLs.

Key features of powerpoint-generator-mcp

  • Create presentations

  • Add slides

  • Add text

  • Add tables

  • Add shapes

  • Add charts

  • Get file URLs

Use cases of powerpoint-generator-mcp

  • Automated report generation

  • Programmatic presentation creation

  • Dynamic slide deck generation

  • Integration with MCP workflows

FAQ from powerpoint-generator-mcp

Can I edit existing PowerPoint presentations?

No, this generator is only for creating new presentations.

What is MCP?

MCP stands for Model Context Protocol. More information about MCP can be found in its documentation.

What is Bun?

Bun is a fast, all-in-one JavaScript runtime. This project uses Bun as its runtime environment.

How do I add an image?

The current version doesn't explicitly mention adding images but it may be possible through shapes or charts. Refer to the tool documentation for more details.

Is there a REST API?

The README doesn't explicitly mention a REST API, but the tools provided suggest programmatic access to presentation generation.