Mistral OCR MCP
AIMCP server using Mistral's OCR API to extract text content from PDF files and images.
Quick Install
uvx mistral-ocr Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"mistral-ocr-mcp": {
"command": "uvx",
"args": [
"mistral-ocr"
]
}
}
}