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., "@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
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
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.7-
- 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.4172MIT
- 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
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/LinuxLinking/ocr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server