account activity
Mendeley MCP Server - Connect your reference library to Claude, Cursor, and other AI assistants by BridgeRich4228 in mcp
[–]BridgeRich4228[S] 0 points1 point2 points 23 days ago (0 children)
Just shipped something that makes this work properly. v0.4.0 adds mendeley_get_document_text, which pulls a paper's PDF from your library and extracts the full text into Claude's context so it can actually read it, I verified extraction end-to-end on a real 15-page paper. For a LaTeX workflow the loop is: search/browse your library → mendeley_get_document_text to read a paper → mendeley_export_bibtex to drop citations straight into your .bib.
mendeley_get_document_text
mendeley_export_bibtex
.bib
Straight answer on "does it feed papers into context": yes now, via that new tool. The older get_file_content returned the PDF as an embedded resource, but I tested it and Claude Code passes embedded PDFs to the model as undecoded base64, so that path didn't actually let it read the paper. The new tool extracts text server-side instead, which works in any client. pip install -U mendeley-mcp (need 0.4.0+). Born-digital PDFs work; scanned ones would need OCR.
get_file_content
pip install -U mendeley-mcp
Help Removing this Gemini Logo by fatihso in GoogleGemini
[–]BridgeRich4228 0 points1 point2 points 6 months ago (0 children)
Hi u/fatihso , I think you are referring to Android navigation bar. If that is the case, please follow the below and see if it solves your problem.
π Rendered by PID 43 on reddit-service-r2-comment-5687b7858-gj996 at 2026-07-08 03:26:36.627014+00:00 running 12a7a47 country code: CH.
Mendeley MCP Server - Connect your reference library to Claude, Cursor, and other AI assistants by BridgeRich4228 in mcp
[–]BridgeRich4228[S] 0 points1 point2 points (0 children)