OCR MCP Server
OCR MCP Server
Claude Vision 기반 문서 텍스트 인식 MCP 도구 — Tesseract/PaddleOCR 등 타사 OCR 엔진 없이 대형 언어 모델의 멀티모달 시각 능력으로 텍스트를 추출합니다.
✨ 기능
OCR 엔진 제로 의존 — Tesseract, PaddleOCR을 설치하지 않으며 모든 인식 능력은 Claude Vision API에서 제공됩니다.
세 가지 도구 — 이미지 인식, 스마트 PDF 인식, 스캔 문서 강제 OCR
스마트 폴백 — 텍스트 기반 PDF는 내장 텍스트를 직접 추출하여 API 비용 0원, 스캔 문서는 자동으로 이미지로 변환하여 Vision 처리
구조화된 출력 — Markdown 표, JSON, 일반 텍스트를 지원하며 표/양식/손글씨 등 시나리오에 적합
플러그 앤 플레이 — Claude Desktop 구성 후 자연어로 바로 호출
Related MCP server: mcp-upstage
🛠 도구
도구 | 용도 |
| 이미지 텍스트 인식. 인쇄체, 손글씨, 표를 지원하며 Markdown/JSON 출력 |
| PDF 스마트 처리: 텍스트 버전은 내장 텍스트 직접 추출(token 절약), 스캔 문서는 자동으로 Vision OCR |
| 전체 페이지 강제 Vision OCR. 순수 스캔 문서/손글씨 PDF에 적합 |
📦 설치
# 克隆仓库
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"⚙️ Claude Desktop 구성
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"
}
}
}
}Claude Desktop을 다시 시작하면 바로 사용할 수 있습니다.
🚀 사용
Claude Desktop에서 자연어로 직접 트리거합니다:
"이 이미지의 텍스트를 인식해 줘" →
recognize_image자동 호출"이 PDF에서 표를 추출해 줘" →
recognize_pdf자동 호출"이 스캔 문서에 뭐라고 쓰여 있나요?" →
recognize_pdf_ocr자동 호출
🧠 작동 원리
图片 ──→ base64 编码 ──→ Claude Vision API ──→ 结构化文本
PDF ──→ PyMuPDF 检测文字层
├─ 有文字层 → 直接提取(零成本)
└─ 扫描件 ──→ 转图片 ──→ base64 ──→ Vision API핵심 아이디어: LLM의 시각 이해 능력으로 기존 OCR 파이프라인을 대체하여 복잡한 레이아웃, 표, 손글씨, 도장 등의 시나리오를 더 잘 이해하고 의미 구조를 유지할 수 있습니다.
🔧 기술 스택
📄 라이선스
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