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-imageA | 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-tableA | 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/supercurses/powerpoint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server