tesseract

GitHub

Tesseract Open Source OCR Engine (main repository)

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tesseract": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tesseract"
      ]
    }
  }
}