markitdown-ocr-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@markitdown-ocr-mcpConvert the scanned PDF at ~/documents/report.pdf to Markdown."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
markitdown-ocr-mcp
MCP server exposing OCR-enabled PDF → Markdown conversion to Claude Code.
MarkItDown + the official markitdown-ocr LLM-vision plugin, backed by a local
oMLX server running PaddleOCR-VL (or any OpenAI-compatible vision endpoint).
Setup
uv sync --group dev
uv tool install --editable .
claude mcp add markitdown-ocr-mcp --scope user -- ~/.local/bin/markitdown-ocr-mcpoMLX must be running (omlx start) with a vision model loaded.
Related MCP server: DocMistral MCP Server
Tools
inspect_pdf(path)— per-page classification (text / scanned / mixed / blank), no OCRocr_pdf(path, pages?, out_path?)— full hybrid conversion to Markdown;pages("1-5,9") extracts only a page subset;out_pathwrites to fileomlx_models()— oMLX health check + available models + resolved OCR model
Testing
uv run pytest # unit + integration, no oMLX needed
uv run python scripts/smoke_omlx.py # live OCR smoke test (needs oMLX)
uv run python scripts/probe_mcp.py # end-to-end probe of the installed binaryConfig (env vars)
Var | Default |
|
|
| auto-read from |
| auto-discovered from |
|
|
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
High-fidelity PDF to structured Markdown conversion and document field extraction.
Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.
Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.
Related MCP Servers
- AlicenseAqualityAmaintenanceLocal OCR & image analysis via Apple Vision Framework — private, offline, no API keys. Extracts text from images and PDFs, detects faces, barcodes, QR codes, and document corners. Works with Claude Code, Claude Desktop, and Cursor.61,8336MIT
- AlicenseNot gradedqualityAmaintenanceConverts documents and images to Markdown using Mistral AI's OCR, enabling AI-powered document processing via MCP-compatible clients like Claude Desktop.2742MIT
- AlicenseAqualityBmaintenanceAutomatically converts PDF, DOCX, XLSX, and CSV files to clean markdown when read by Claude Code, reducing token usage by up to 98%.117MIT
- AlicenseAqualityAmaintenanceConverts handwritten PDF notes into clean Markdown using Claude Vision, with tools for PDF processing and status checks.2Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phatpham9/markitdown-ocr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server