ocr-mcp
Click on "Deploy 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., "@ocr-mcpOCR the text from the image at /home/user/scan.png"
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.
OCR MCP Service
MCP service for OCR tasks powered by PaddleOCR.
Features
Text recognition from images
Table recognition with simple structured output
Handwriting recognition
Formula recognition with LaTeX output
Local file paths and HTTP/HTTPS URLs
MCP stdio server for desktop or agent integrations
Related MCP server: mcp_ocr
Installation
From PyPI
pip install ocr-mcpFrom source
git clone https://github.com/LinuxLinking/OCR_MCP.git
cd OCR_MCP
pip install -e .Usage
Run the MCP server:
ocr-mcpOr:
python -m ocr_mcpClaude Desktop
Add this to your Claude Desktop config:
{
"mcpServers": {
"ocr": {
"command": "ocr-mcp",
"args": []
}
}
}Tools
ocr_recognize
Recognize text in an image.
sourcerequired, local path or URLlanguageoptional, defaultch, supportsch,en,japan,koreanuse_angle_clsoptional, defaulttrue
ocr_table
Recognize a table and return a text table.
sourcerequired, local path or URLlanguageoptional, defaultch
ocr_handwrite
Recognize handwriting in an image.
sourcerequired, local path or URLlanguageoptional, defaultch
ocr_formula
Recognize formulas and return LaTeX.
sourcerequired, local path or URL
Development
pip install -e ".[dev]"
pytest tests/ -vProject Layout
src/ocr_mcp/
__init__.py
__main__.py
server.py
ocr_engine.py
table_parser.py
formula_engine.py
utils.py
tests/
pyproject.toml
LICENSE
README.mdDependencies
PaddleOCR
PaddlePaddle
OpenCV
MCP
License
MIT. See LICENSE.
Related
This server cannot be deployed
Maintenance
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR.
Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.
Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides OCR services powered by Google's Gemini API to extract text from images via file paths or base64 strings. It enables high-accuracy text recognition and CAPTCHA processing through simple MCP tools.8-
- AlicenseAqualityAmaintenanceModular OCR MCP server supporting Apple Vision, PaddleOCR, and PaddleOCR-VL backends. Enables text, layout, table, formula, and chart extraction from images via natural language.14MIT
- AlicenseNot gradedqualityAmaintenanceEnables image analysis via OpenAI-compatible vision APIs, supporting local files, URLs, and base64 inputs with intelligent tiling for high-resolution images. Provides a secure, configurable MCP stdio server for structured vision analysis.184 npm2MIT
- AlicenseAqualityAmaintenanceEnables non-vision LLMs to understand images, extract text via OCR, and parse documents through a unified MCP interface, with local-first processing and optional OpenAI-compatible channels.3MIT