z4none/rapidocr-mcp
rapidocr-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of rapidocr-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
RapidOCR MCP Server is a Model Context Protocol server that provides an easy-to-use OCR interface.
Try rapidocr-mcp with chat:
Server config via mcphub
Traditional api access examples
Path-based authentication
RapidOCR MCP Server
A MCP server based on RapidOCR, providing an easy-to-use OCR interface.
Usage
uvx run rapidocr-mcp
MCP config
"rapidocr-mcp": {
"command": "uvx",
"args": [
"rapidocr-mcp"
],
"env": {}
}
Screenshots
Available Methods
-
ocr_by_content Perform OCR on an image content. Args: base64_data (str): The base64 encoded image content. Returns: List[TextContent]: A list of text content.
-
ocr_by_path Perform OCR on an image file. Args: path (str): The path to the image file. Returns: List[TextContent]: A list of text content.
remark
Currently, large language models are becoming increasingly powerful and generally possess multimodal capabilities, enabling them to recognize text in images without the need for external OCR tools.