67
/ 100
15 days ago
glama

PaddleOCR MCP Server

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOCR_PIR0 设为 1 时不关闭 paddle 的 PIR 执行器(默认关闭以规避 CPU 段错误)
configOCR_ENGINE自动 推理引擎。aarch64(树莓派等)自动用 onnxruntime 规避 native 段错误;x86 用 paddle。可强制 onnxruntime/paddle
configOCR_VERSIONPP-OCRv5 PaddleOCR 模型版本。paddleocr >=3.7 默认 v6 会在 CPU 段错误,故锁回 v5。可选 PP-OCRv4/PP-OCRv6
configOCR_MAX_IMAGE_SIDE
configMCP_ALLOWED_HOSTSe ="192.168.7.49:,localhost:" \
configMCP_ALLOWED_ORIGINSe ="http://192.168.7.49:,http://localhost:" \
configMCP_TRANSPORTstreamable-http python -m ocr_mcp
configMCP_HOST0.0.0.0 HTTP 模式监听地址
configMCP_PORT8000 HTTP 模式监听端口
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/pewee-live-ocr-server-44csog)](https://m8ven.ai/mcp/pewee-live-ocr-server-44csog)
commit: 8faf6530edc08ebc4090d5b07925e737df073ee0
code hash: 1517af6d7b46773adfd72a4e7b8f85d636f3cb16b9631ac7a3a46dbe7e5a5bca
verified: 7/16/2026, 8:41:17 AM
view raw JSON →