OCR MCP Server
OCR MCP Server
Herramienta MCP para reconocimiento de texto en documentos basada en Claude Vision, sin necesidad de motores OCR de terceros como Tesseract/PaddleOCR; extrae texto directamente usando las capacidades multimodales de visión de los grandes modelos.
✨ Características
Sin dependencia de motores OCR — sin instalar Tesseract ni PaddleOCR, toda la capacidad de reconocimiento proviene de la API de Claude Vision
Tres herramientas — reconocimiento de imágenes, reconocimiento inteligente de PDF y OCR forzado para escaneos
Degradación inteligente — para PDF con texto, extrae directamente el texto incrustado con cero costo de API; para escaneos, convierte automáticamente a imagen y usa Vision
Salida estructurada — admite tablas Markdown, JSON y texto plano, adaptable a escenarios como tablas, formularios y escritura manuscrita
Plug and play — tras configurar Claude Desktop, se usa directamente con lenguaje natural
Related MCP server: mcp-upstage
🛠 Herramientas
Herramienta | Descripción |
| Reconoce texto en imágenes; admite texto impreso, manuscrito y tablas; genera Markdown/JSON |
| Procesa PDF de forma inteligente: extrae directamente el texto incrustado en PDF con texto (ahorra tokens); para escaneos, usa automáticamente Vision OCR |
| Fuerza el OCR de todas las páginas con Vision, adecuado para PDF de solo escaneos/manuscritos |
📦 Instalación
# 克隆仓库
git clone https://github.com/你的用户名/ocr-mcp-server.git
cd ocr-mcp-server
# 安装依赖(仅 mcp / anthropic / PyMuPDF)
pip install -r requirements.txt
# 设置 Anthropic API Key
export ANTHROPIC_API_KEY="sk-ant-xxxxx"⚙️ Configurar Claude Desktop
Edita claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/Windows:
%APPDATA%\Claude\
{
"mcpServers": {
"ocr": {
"command": "python",
"args": ["/你的绝对路径/ocr-mcp-server/server.py"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-xxxxx"
}
}
}
}Reinicia Claude Desktop y ya puedes usarlo.
🚀 Uso
Activa directamente con lenguaje natural en Claude Desktop:
"Ayúdame a reconocer el texto de esta imagen" → llama automáticamente a
recognize_image"Extrae las tablas de este PDF" → llama automáticamente a
recognize_pdf"¿Qué dice este escaneo?" → llama automáticamente a
recognize_pdf_ocr
🧠 Cómo funciona
图片 ──→ base64 编码 ──→ Claude Vision API ──→ 结构化文本
PDF ──→ PyMuPDF 检测文字层
├─ 有文字层 → 直接提取(零成本)
└─ 扫描件 ──→ 转图片 ──→ base64 ──→ Vision APILa idea central: usar la capacidad de comprensión visual de los LLM para reemplazar el flujo de trabajo OCR tradicional, con una mejor comprensión en escenarios como maquetación compleja, tablas, escritura manuscrita y sellos, y manteniendo la estructura semántica.
🔧 Stack tecnológico
mcp — SDK oficial de Python para el protocolo MCP (FastMCP)
anthropic — Cliente oficial de la API de Claude
PyMuPDF — renderizado de PDF y extracción de texto incrustado
📄 Licencia
MIT
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 Servers
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read and analyze PDF documents with automatic OCR processing for scanned files. Features intelligent text extraction, caching for performance, and secure file access with search capabilities.1

mcp-upstageofficial
AlicenseBqualityCmaintenanceEnables AI assistants to extract and structure content from documents (PDFs, images, Office files) via Upstage AI's APIs, with seamless Claude Desktop integration.213MIT
@parserelay/mcpofficial
AlicenseAqualityBmaintenanceEnables document parsing into structured, confidence-scored fields via the scan tool, working with any MCP host like Claude Desktop or Cursor.188MIT- FlicenseNot gradedqualityDmaintenanceEnables OCR on images and PDFs, including full-page OCR, region OCR by description or bounding box, and caching with summary capabilities.
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Read PDFs and images as markdown or text, with exact costs and hard spend caps. $0.75/1k pages.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
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/zhang2gongzi/ocr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server