# Rapidocr Mcp

> A MCP server based on RapidOCR, providing an easy-to-use OCR interface.

- **Type:** MCP server
- **Install:** `agentstack add mcp-z4none-rapidocr-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [z4none](https://agentstack.voostack.com/s/z4none)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [z4none](https://github.com/z4none)
- **Source:** https://github.com/z4none/rapidocr-mcp

## Install

```sh
agentstack add mcp-z4none-rapidocr-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# RapidOCR MCP Server

A MCP server based on RapidOCR, providing an easy-to-use OCR interface.

## Usage

```bash
uvx run rapidocr-mcp
```

## MCP config

```json
"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.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [z4none](https://github.com/z4none)
- **Source:** [z4none/rapidocr-mcp](https://github.com/z4none/rapidocr-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-z4none-rapidocr-mcp
- Seller: https://agentstack.voostack.com/s/z4none
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
