Convert PDF, Word, PowerPoint, HTML, email & 40+ formats to clean Markdown — and back. Built for LLMs, RAG & Python pipelines, with a built-in MCP server.
| Tool name | Description | Destructive? |
|---|---|---|
| read_document_as_markdown | ✓ no | |
| save_document_from_markdown | ✓ no | |
| edit_document | ✓ no | |
| search_documents | ✓ no | |
| diff_documents | ✓ no |
| get_document_outline | ✓ no | |
| list_workspace_files | ✓ no |
{
"mcpServers": {
"all2md": {
"command": "uvx",
"args": [
"all2md"
]
}
}
}