RAG_MCP
A RAG-ready MCP server for semantic PDF search with OCR, FAISS, and transformers—plug into any MCP client and retrieve intelligent answers within your MCP client.
Step 1: Create virtual env and install requirements
curl -LsSf https://astral.sh/uv/install.sh | sh
uv init rag_mcp
cd rag_mcp
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
brew install tesseract
Step 2a: Add config to the Claude MCP client
code ~/Library/Application Support/Claude/claude_desktop_config.json
...
{
"mcpServers": {
"rag": {
"command": "/Users/XXX/.local/bin/uv",
"args": [
"--directory",
"/Users/XXX/Documents/RAG_MCP",
"run",
"rag.py"
]
}
}
}
Step 2b: Add config to the Cursor MCP client
code ~/.cursor/mcp.json
...
{
"mcpServers": {
"rag": {
"command": "/Users/XXX/Documents/RAG_MCP/start.sh",
"args": []
}
}
}
Step 5: Make MCP server executable
chmod +x start.sh
chmod +x rag.py
Step 6: Run MCP server (Claude Desktop)
uv run rag.py
Step 7: Run MCP client and query
Parse the pdfs and tell me about 18 Church St. and what significance it has.
License
RAG_MCP
Project Details
- mytechnotalent/RAG_MCP
- Apache License 2.0
- Last Updated: 4/15/2025
Recomended MCP Servers
🧩
Censys Reconnaissance Server
mcp-censys is a MCP server that taps into the Censys Search API for real-time domain, IP, and FQDN...
百度地图 MCP Server
百度地图 MCP Server
🧩
Salesforce
MCP Salesforce connector
🧩
Chromia Wallet
🧩
BigQuery MCP server
A Model Context Protocol server that provides access to BigQuery
🧩
FLUX Image Generator MCP Server
flux-image-generator-mcp
NEAR MCP Server
An MCP server for the NEAR blockchain

Norman Finance MCP Server
🧩
Fetch MCP Server
A flexible HTTP fetching Model Context Protocol server.
Formula One Data Server
🧩
Shell Command Execution Server
🧩
Alchemy
A MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like...