PowerPoint MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create-presentationB | This tool starts the process of generating a new powerpoint presentation with the name given by the user. Use this tool when the user requests to create or generate a new presentation. |
| generate-and-save-imageB | Generates an image using a FLUX model and save the image to the specified path. The tool will return a PNG file path. It should be used when the user asks to generate or create an image or a picture. |
| add-slide-title-onlyB | This tool adds a new title slide to the presentation you are working on. The tool doesn't return anything. It requires the presentation_name to work on. |
| add-slide-section-headerC | This tool adds a section header (a.k.a segue) slide to the presentation you are working on. The tool doesn't return anything. It requires the presentation_name to work on. |
| add-slide-title-contentC | Add a new slide with a title and content to an existing presentation |
| add-slide-comparisonA | Add a new a comparison slide with title and comparison content. Use when you wish to compare two concepts |
| add-slide-title-with-tableC | Add a new slide with a title and table containing the provided data |
| add-slide-title-with-chartC | Add a new slide with a title and chart. The chart type will be automatically selected based on the data structure. |
| add-slide-picture-with-captionC | Add a new slide with a picture and caption to an existing presentation |
| open-presentationB | Opens an existing presentation and saves a copy to a new file for backup. Use this tool when the user requests to open a presentation that has already been created. |
| save-presentationA | Save the presentation to a file. Always use this tool at the end of any process that has added slides to a presentation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Most tools have distinct purposes focused on slide types or presentation management, but 'generate-and-save-image' stands out as unrelated to PowerPoint operations, potentially causing confusion. The slide-adding tools are well-differentiated by content type (comparison, picture, title-only, etc.), making them easy to distinguish for their specific use cases.
The naming follows a consistent 'verb-noun' pattern with hyphens (e.g., add-slide-comparison, create-presentation), which is clear and predictable. However, 'generate-and-save-image' deviates slightly by including an 'and' conjunction, breaking the pure verb-noun flow, though it remains readable and understandable.
With 11 tools, the count is reasonable for a PowerPoint server, covering slide creation, presentation management, and an image generation tool. It's slightly on the higher side but well-scoped for the domain, with each tool serving a specific function without obvious redundancy.
The toolset covers core presentation operations like creating, opening, saving, and adding various slide types, but lacks tools for editing or deleting slides, updating content, or managing slide order. The inclusion of 'generate-and-save-image' adds an unrelated capability, but for PowerPoint-specific tasks, there are notable gaps in lifecycle coverage.