MCP.so
Sign In

@pylogmonmcp/powerpoint-generator

@Pylogmon

About @pylogmonmcp/powerpoint-generator

A PowerPoint generator for Model Context Protocol (MCP) using Bun (Note: Unable to read/edit existing presentation)

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

Pylogmon

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

3

add-slide

add-table

add-chart

Overview

What is powerpoint-generator?

A PowerPoint generator for the Model Context Protocol (MCP). It runs on Bun and can only create new presentations—it cannot read or edit existing ones.

How to use powerpoint-generator?

Start the server by running bunx -y @pylogmonmcp/powerpoint-generator in your terminal. The server then exposes several tools that can be called from an MCP client.

Key features of powerpoint-generator

  • Create new presentations from scratch
  • Add slides with add-slide tool
  • Insert text with add-text tool
  • Build tables using add-table tool
  • Add shapes with add-shape tool
  • Generate charts via add-chart tool
  • Retrieve the file URL with get-file-url

Use cases of powerpoint-generator

  • Automating PowerPoint creation from AI‑driven workflows
  • Generating slide decks with dynamic text and data tables
  • Populating presentations with shapes and charts
  • Exporting the final file URL for download or sharing

FAQ from powerpoint-generator

Can I edit an existing PowerPoint presentation?

No. The server only creates new presentations; it cannot read or modify existing files.

What runtime is required to use this server?

Bun is required. The recommended way to run it is via bunx.

How do I start the powerpoint-generator server?

Run bunx -y @pylogmonmcp/powerpoint-generator in your terminal.

What tools are available?

The server provides these tools: create-presentation, add-slide, add-text, add-table, add-shape, add-chart, and get-file-url.

How can I get the generated file URL?

Use the get-file-url tool after building your presentation.

Comments

More Developer Tools MCP servers