MCP Mistral OCR
@everaldo
关于 MCP Mistral OCR
Model Context Protocol (MCP) Server for Mistral OCR API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-mistral-ocr": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@everaldo/mcp/mistral-crosswalk",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Mistral OCR?
MCP Mistral OCR is an MCP server that provides OCR capabilities using Mistral AI's OCR API. It can process both local files and URLs, supporting images and PDFs.
How to use MCP Mistral OCR?
Install via Smithery (npx -y @smithery/cli install @everaldo/mcp/mistral-crosswalk --client claude), Docker, or local development with UV. Set the MISTRAL_API_KEY and OCR_DIR environment variables. Use the process_local_file or process_url_file tools to extract text from files.
Key features of MCP Mistral OCR
- Process local files (images and PDFs) using Mistral's OCR
- Process files from URLs with explicit file type specification
- Support for JPG, PNG, PDF, and other formats
- Results saved as JSON files with timestamps
- Available as Docker container
- Uses UV package management
Use cases of MCP Mistral OCR
- Extract text from scanned documents stored locally
- Transcribe text from images hosted on the web
- Automate OCR processing in Claude Desktop workflows
- Batch processing of PDF files under 50MB and 1000 pages
FAQ from MCP Mistral OCR
What file types does MCP Mistral OCR support?
It supports images (JPG, JPEG, PNG, GIF, WebP) and PDF documents.
What are the file size and page limits?
Files must be under 50MB and documents under 1000 pages, as enforced by the Mistral API.
How do I provide my Mistral API key?
Set the MISTRAL_API_KEY environment variable when running the server, either in Docker or in your local environment.
Where are OCR results saved?
Results are saved as JSON files in the output directory inside the configured OCR_DIR path.
Can I use MCP Mistral OCR without Docker?
Yes, you can install it locally using UV and the uv pip install . command, then run it as an MCP server.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论