Markdownify MCP Server

audio-to-markdown

Convert an audio file to markdown, including transcription if possible

Input Schema

NameRequiredDescriptionDefault
filepathYesAbsolute path of the audio file to convert

Input Schema (JSON Schema)

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