local-doc-to-markdown

Installation
SKILL.md

Local documents to Markdown (MCP)

Use the anydoc MCP tools. Conversion runs on the user's machine. No API key. Do not upload the file to a hosted parse API unless the user asks.

Tools

Tool When to use
convert_document You have a filesystem path to a PDF/Office file
convert_base64 You only have file bytes in context (needs format or filename)
list_formats Confirm supported extensions

Workflow

  1. Prefer convert_document with an absolute path when possible.
  2. For large documents, pass output_path (e.g. ./report.md) and read only the sections you need.
  3. Use format only for CSV or when the extension is missing/wrong.
  4. If conversion fails on a scanned PDF, say OCR is required. This server is not OCR.
Installs
1
First Seen
9 days ago
local-doc-to-markdown — ofershap/mcp-server-anydoc