lemopian/mistral-ocr-mcp
If you are the rightful owner of mistral-ocr-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.
The Mistral OCR MCP Server is a Model Context Protocol server that provides OCR functionality using Mistral's OCR API, enabling text extraction from PDF files and images.
The Mistral OCR MCP Server is designed to facilitate the extraction of text content from various document formats, including PDFs and images, by leveraging the capabilities of Mistral's OCR API. This server is particularly useful for users who need to process and analyze large volumes of documents, as it provides a structured and efficient way to convert visual data into text. The server integrates seamlessly with MCP-compatible clients such as Cursor and Claude Desktop, allowing for easy deployment and use in different environments. Built with FastMCP, the server ensures optimal performance and quick response times, making it a reliable choice for OCR tasks. Users can configure the server to work with their existing MCP clients by setting up the appropriate environment variables and dependencies. The server's ability to return structured content with a page-by-page breakdown further enhances its utility, providing users with detailed insights into the extracted text.
Features
- Extracts text from PDF files and images (JPG, JPEG, PNG, TIFF, BMP)
- Returns structured content with page-by-page breakdown
- Integrates seamlessly with MCP clients
- Built with FastMCP for optimal performance
Usages
usage with cursor
{ "mcpServers": { "mistral-ocr": { "command": "/Users/yourusername/.local/bin/uv", "args": [ "--directory", "/path/to/mistral-ocr-mcp", "run", "main.py" ] } } }
usage with claude desktop
{ "mcpServers": { "mistral-ocr": { "command": "/Users/yourusername/.local/bin/uv", "args": [ "--directory", "/path/to/mistral-ocr-mcp", "run", "main.py" ] } } }