Markdownify MCP Server

image-to-markdown

Convert an image to markdown, including metadata and description

Input Schema

NameRequiredDescriptionDefault
filepathYesAbsolute path of the image file to convert

Input Schema (JSON Schema)

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