rapidocr-mcp
rapidocr-mcp is hosted online, so all tools can be tested directly either in theTools 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@mcpreview.com.
RapidOCR MCP Server is a Model Context Protocol server that provides an easy-to-use OCR interface.
RapidOCR MCP Server
A MCP server based on RapidOCR, providing an easy-to-use OCR interface.
Usage
uvx run rapidocr-mcp
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.