mcp-ocr

korals-ai/mcp-ocr
★ 0 stars Python File System Updated 3d ago
MCP server that turns scanned PDFs and images into searchable PDFs with a real text layer
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ocr": {
      "command": "uvx",
      "args": [
        "mcp-ocr"
      ]
    }
  }
}

Or install with pip: pip install mcp-ocr

README Excerpt

Make scanned PDFs searchable. An [MCP](https://modelcontextprotocol.io) server speaking Streamable HTTP: run it in a container, point your agent at `http://localhost:8091/mcp`. OCR over scanned PDFs and images, producing a searchable PDF with a real text layer rather than a bag of strings. ```bash docker compose up # builds the image the first time

Tools (1)

ocr

Topics

ai-agentsmcpmcp-serverocrpdfsearchable-pdftesseract