RapidOCR MCP Server
@z4none
关于 RapidOCR MCP Server
A MCP server based on RapidOCR, providing an easy-to-use OCR interface.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rapidocr-mcp": {
"command": "uvx",
"args": [
"run",
"rapidocr-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is RapidOCR MCP Server?
A MCP (Model Context Protocol) server based on RapidOCR that provides an easy-to-use OCR (Optical Character Recognition) interface. It allows large language models to extract text from images by exposing two OCR methods.
How to use RapidOCR MCP Server?
Run the server with uvx run rapidocr-mcp. Configure it in your MCP client using the provided JSON block with command: "uvx" and args: ["rapidocr-mcp"]. No additional environment variables are needed.
Key features of RapidOCR MCP Server
- Exposes two OCR methods:
ocr_by_contentandocr_by_path. - Accepts base64-encoded image data or a local file path.
- Returns a list of
TextContentobjects with recognized text. - Easy setup via
uvxwith no extra configuration. - Designed to integrate seamlessly with MCP-compatible clients.
Use cases of RapidOCR MCP Server
- Extract text from an image file stored on the local filesystem.
- Extract text from in-memory image data (base64) passed by an LLM.
- Enable LLMs to read text from scanned documents or screenshots without multimodal vision.
FAQ from RapidOCR MCP Server
What methods does RapidOCR MCP Server provide?
It provides ocr_by_content (for base64-encoded image data) and ocr_by_path (for an image file path). Both return a list of recognized text.
How do I install or run RapidOCR MCP Server?
Run uvx run rapidocr-mcp in your terminal. No separate installation step is required—uvx handles it.
Why use this server when modern LLMs already have multimodal capabilities?
The README notes that large language models are becoming increasingly powerful and generally possess multimodal abilities, but this server offers a dedicated OCR interface for cases where you prefer a separate, focused tool.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

EverArt
modelcontextprotocolModel Context Protocol Servers
评论