Skip to main content
Glama

PowerPoint MCP Server

by Ichigo3766

save-presentation

Export PowerPoint presentations to a specified file path using the MCP server. Automatically saves output after adding slides, ensuring changes are stored securely for future use.

Instructions

Save the presentation to a file. Always use this tool at the end of any process that has added slides to a presentation.

Input Schema

NameRequiredDescriptionDefault
output_pathNoPath where to save the presentation (optional)
presentation_nameYesName of the presentation to save

Input Schema (JSON Schema)

{ "properties": { "output_path": { "description": "Path where to save the presentation (optional)", "type": "string" }, "presentation_name": { "description": "Name of the presentation to save", "type": "string" } }, "required": [ "presentation_name" ], "type": "object" }

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/Ichigo3766/powerpoint-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server