@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
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
3add-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-slidetool - Insert text with
add-texttool - Build tables using
add-tabletool - Add shapes with
add-shapetool - Generate charts via
add-charttool - 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.
More Developer Tools MCP servers
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Comments