
OCRISP
Supports UIby boquila
Simple and portable one-click RAG implementation for PDF documents via MCP.
What it does
OCRISP is a portable RAG (Retrieval-Augmented Generation) tool that allows you to embed PDF documents into a local vector database (Qdrant) and retrieve information from them using an AI assistant through the Model Context Protocol.
Tools
retrieve_data: Query the embedded PDF data to find relevant context for the AI.embed_pdf: Process and store PDF content from the data folder into the vector DB.
Installation
Ensure Qdrant and Ollama are installed and in your PATH.
For Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"ocrisp": {
"command": "C:\\path\\to\\your\\ocrisp.exe",
"args": ["mcp"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop.
Quick install
ocrisp mcpInformation
- Pricing
- free
- Published
- 5/21/2026
- stars






