Document → Markdown Conversion
microsoft
Convert Office documents, PDFs, images, and audio into clean Markdown via the MarkItDown MCP server.
- Installs
- 153k
- Namespace
- markitdown
- Version
- >=0.0.1 <1.0.0
- Last attach
- reviewed1 months ago
Add to your mcp.json
{
"mcpServers": {
"markitdown": {
"command": "uvx",
"args": [
"markitdown-mcp"
]
}
}
}Open in VS CodeDon't have it? Install FrootAI for VS Code
Attach in a FrootAI play (fai-manifest)
mcp_scope:
attached:
- markitdownAuthentication
none
no credentials required; conversions run locally in the subprocess.
No credentials required.
Environment variables
No environment variables required.
Sample tools
markitdown.convert_to_markdownConvert a local file or URI (Office/PDF/image/audio) to Markdown.
Used in recipes
FAI cookbook recipes that attach markitdown.
Destructive-action audit
No destructive tools — audited read-only
Destructive-action audit (X2.18): no destructive tools — conversion is read-only.
Known limitations
- Requires `uv` / `uvx` on PATH (Python tooling) rather than Node; the first run resolves the markitdown-mcp package.
- Some formats (e.g. audio transcription, image OCR) depend on optional extras that may need extra system dependencies.
Spec contributors
Maintainers who landed commits onmcp-specs/markitdown.json.
- pspsbali
Freshness
When this spec was last reviewed by a maintainer and last machine-validated against the live server.
- Spec last reviewed
- 1 months ago(2026-06-25)
- Auto-validated
- never