akbarsahata/pdf-mcp-rag
Hybrid PDF retrieval system for MCP. Extracts PDFs with MinerU, indexes with ChromaDB (semantic) + Tantivy (BM25), and combines results via Reciprocal Rank Fusion. MCP server integrates with Claude, VS Code, and compatible tools.
Platform-specific configuration:
{
"mcpServers": {
"pdf-mcp-rag": {
"command": "npx",
"args": [
"-y",
"pdf-mcp-rag"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...