OCR MCP (sandraschi)
OtherFastMCP server with advanced OCR using DeepSeek-OCR, Florence-2, and PP-OCRv5 plus WIA scanner control and PDF processing.
Quick Install
uvx ocr-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"ocr-mcp-sandraschi": {
"command": "uvx",
"args": [
"ocr-mcp"
]
}
}
}