Submit

EasyOCR MCP tool

@WindoC

a year ago
A Model Context Protocol (MCP) server that provides OCR capabilities using the EasyOCR library.

Tools

Server Config

{
  "mcpServers": {
    "easyocr-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/your/project/easyocr-mcp",
        "run",
        "easyocr-mcp.py"
      ],
      "env": {
        "EASYOCR_LANGUAGES": "en,ch_tra,ja"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.