Zotero Chunk RAG
pulsemcp/zotero chunk ragEnables semantic search over Zotero research libraries by extracting and chunking PDF text, embedding with Gemini API, and storing in ChromaDB to find relevant papers, search specific passages with context, and retrieve bibliographic metadata with precise page-level attribution.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"zotero_chunk_rag": {
"url": "None",
"transport": "http"
}
}
}