mcp-screenshot
12
MCP Screenshot is a server that allows for screenshot capturing and OCR text recognition, supporting Japanese and English. It features multiple output formats and uses both yomitoku and Tesseract.js as OCR engines.
What regions can the MCP Screenshot server capture?
The server can capture the left half, right half, or the full screen.
Which languages does the OCR support?
The OCR supports both Japanese and English text recognition.
What are the available output formats?
The available output formats are JSON, Markdown, vertical, and horizontal.
What OCR engines does the server use?
The server uses 'yomitoku' as the primary OCR engine and 'Tesseract.js' as a fallback.
How can I install the MCP Screenshot server?
You can install it using the command: npx -y @kazuph/mcp-screenshot
.