An MCP server wrapping PaddleOCR to provide OCR text recognition for Chinese, English, Japanese, and Korean languages, supporting images from local paths, URLs, and base64 data.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.OCR_PIR— 0 设为 1 时不关闭 paddle 的 PIR 执行器(默认关闭以规避 CPU 段错误)OCR_ENGINE— 自动 推理引擎。aarch64(树莓派等)自动用 onnxruntime 规避 native 段错误;x86 用 paddle。可强制 onnxruntime/paddleOCR_VERSION— PP-OCRv5 PaddleOCR 模型版本。paddleocr >=3.7 默认 v6 会在 CPU 段错误,故锁回 v5。可选 PP-OCRv4/PP-OCRv6OCR_MAX_IMAGE_SIDEMCP_ALLOWED_HOSTS— e ="192.168.7.49:,localhost:" \MCP_ALLOWED_ORIGINS— e ="http://192.168.7.49:,http://localhost:" \MCP_TRANSPORT— streamable-http python -m ocr_mcpMCP_HOST— 0.0.0.0 HTTP 模式监听地址MCP_PORT— 8000 HTTP 模式监听端口[](https://m8ven.ai/mcp/pewee-live-ocr-server-44csog)