ocrmypdf-mcp
Exposes ocrmypdf as a single tool for OCR-ing scanned PDFs, with automatic PATH handling for Tesseract and Ghostscript on Windows to ensure compatibility with Claude Desktop.
README
ocrmypdf-mcp
A minimal MCP server that exposes ocrmypdf as a single tool, ocr_pdf, so Claude can OCR scanned PDFs and then hand them to markitdown (or any text tool) for downstream work.
Why this exists: the obvious "just call ocrmypdf" approach falls over on Windows with the Microsoft Store (MSIX) build of Claude Desktop, because MSIX launches MCP servers with a stripped-down PATH that doesn't include Tesseract or Ghostscript. This server auto-detects the standard Windows install locations and prepends them to PATH at startup, so OCR Just Works without futzing with system environment variables.
Works on Linux and macOS too — the PATH augmentation is a no-op outside Windows.
Prerequisites (Windows)
Two system installers, then pip install.
1. Tesseract OCR
UB-Mannheim build (the standard Windows distribution): https://github.com/UB-Mannheim/tesseract/wiki
Accept the default install location (C:\Program Files\Tesseract-OCR). Add language packs during install if you need anything beyond English.
2. Ghostscript
AGPL release for Windows (free): https://www.ghostscript.com/releases/gsdnld.html
Accept the default install location (C:\Program Files\gs\gs<version>\).
3. Verify (optional)
tesseract --version
gswin64c --version
If either says "not recognized," reopen PowerShell so it picks up the updated PATH, then retry.
Install the server
git clone https://github.com/jcm4TX/ocrmypdf-mcp
cd ocrmypdf-mcp
pip install --user .
This installs ocrmypdf, the mcp SDK, and the ocrmypdf-mcp executable. On Windows it lands at:
C:\Users\<you>\AppData\Roaming\Python\Python313\Scripts\ocrmypdf-mcp.exe
Wire it up in Claude Desktop
Edit claude_desktop_config.json. On the MSIX (Microsoft Store) build of Claude Desktop, the path is:
%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json
On the regular non-MSIX installer it's:
%APPDATA%\Claude\claude_desktop_config.json
Add an ocrmypdf-mcp entry under mcpServers:
{
"mcpServers": {
"ocrmypdf-mcp": {
"command": "C:\\Users\\<you>\\AppData\\Roaming\\Python\\Python313\\Scripts\\ocrmypdf-mcp.exe",
"args": []
}
}
}
Then fully quit Claude Desktop — right-click the tray icon and pick Quit, not just close the window — and relaunch.
Verify it loaded
In a new chat, ask "what MCP tools do you have for OCR?" — Claude should report ocr_pdf. If not, check the server log:
%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\logs\mcp-server-ocrmypdf-mcp.log
Tool API
ocr_pdf(input_path, output_path?, language?, force_ocr?, deskew?)
| Arg | Type | Default | Meaning |
|---|---|---|---|
input_path |
str | required | Absolute path to input PDF |
output_path |
str | <stem>-ocr.pdf next to input |
Where to write the OCR'd PDF |
language |
str | "eng" |
Tesseract language code; join multiple with +, e.g. "eng+spa" |
force_ocr |
bool | false |
Re-OCR pages that already have a text layer |
deskew |
bool | true |
Straighten skewed pages before OCR |
Default behavior: pages without an existing text layer get OCR'd, pages that already have text pass through unchanged. Safe to run on mixed PDFs.
Typical workflow
- You hand Claude a scanned PDF path.
- Claude calls
ocr_pdf(input_path="..."). - Claude calls
markitdown.convert_to_markdownon the resulting-ocr.pdf. - Claude reads the markdown and answers your question.
Known limitations
- The MCP protocol enforces a per-request timeout (~4 minutes in current Claude Desktop). Large multi-page documents may exceed this and surface as a client-side timeout even though the underlying
ocrmypdfprocess completes successfully — the output PDF will still be on disk. If you hit this regularly, split the input into smaller page ranges first. - Complex multi-column scanned layouts (legal, probate, ledgers) can produce messy markdown when piped to markitdown afterward, because Tesseract interprets visual alignment as table structure. Post-processing the markdown to drop empty table-pipe rows recovers most of it.
License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。