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
- Prefer
convert_documentwith an absolute path when possible. - For large documents, pass
output_path(e.g../report.md) and read only the sections you need. - Use
formatonly for CSV or when the extension is missing/wrong. - If conversion fails on a scanned PDF, say OCR is required. This server is not OCR.