Markdownify MCP Server

pptx-to-markdown

Convert a PPTX file to markdown

Input Schema

NameRequiredDescriptionDefault
filepathYesAbsolute path of the PPTX file to convert

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "Absolute path of the PPTX file to convert", "type": "string" } }, "required": [ "filepath" ], "type": "object" }