Skip to main content
Glama

pi-mcp-ocr

Modular OCR MCP server with pluggable backends: Apple Vision, PaddleOCR, and PaddleOCR-VL.

Installation

# Recommended (macOS Apple Silicon):
pip install git+https://github.com/timaliev/pi-mcp_ocr.git#egg=pi-mcp-ocr[vision,paddleocr-vl]

# Cross-platform:
pip install git+https://github.com/timaliev/pi-mcp_ocr.git#egg=pi-mcp-ocr[paddle]

Optional dependency groups

Group

Backend

Requirements

vision

Apple Vision

macOS 10.15+

paddle

PaddleOCR

Cross-platform, CPU

paddleocr-vl

PaddleOCR-VL

macOS 14+, Apple Silicon, paddleocr-vl CLI

all

Everything

All of the above

Related MCP server: MCP OCR Server

Configuration

Add to your MCP client config (e.g., mcp.json for pi):

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

Backends

Vision (ocr_text_vision, ocr_layout_vision, ocr_table_vision)

  • macOS 10.15+, zero install

  • GPU/ANE accelerated

  • Best for: CJK + major European languages, fast extraction

Paddle (ocr_text_paddle, ocr_layout_paddle, ocr_table_paddle)

  • Cross-platform CPU

  • Mature PaddleOCR models

  • Best for: wide language coverage, when not on macOS

PaddleOCR-VL (ocr_text_paddleocr_vl, ocr_table_paddleocr_vl, ocr_formula_paddleocr_vl, ocr_chart_paddleocr_vl)

Environment Variables

Variable

Default

Description

PADDLEOCR_VL_BIN

paddleocr-vl

Path to paddleocr-vl CLI binary

PADDLEOCR_VL_TIMEOUT

120

Timeout in seconds for PaddleOCR-VL

Development

git clone https://github.com/timaliev/pi-mcp_ocr.git
cd pi-mcp_ocr
pip install -e .[all]
pytest
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR.

  • Local-first RAG engine with MCP server for AI agent integration.

View all MCP Connectors

Latest Blog Posts

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/timaliev/pi-mcp_ocr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server