73
/ 100
18 days ago
glama

mendeley-mcp

MCP server for Mendeley reference manager - search, retrieve, and manage your academic library from Claude and other MCP clients

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: MENDELEY_CLIENT_SECRET, MENDELEY_ACCESS_TOKEN, MENDELEY_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMENDELEY_CLIENT_IDe ="your-client-id" \
🔐 secretMENDELEY_CLIENT_SECRETe ="your-client-secret" \
🔐 secretMENDELEY_ACCESS_TOKENexport ="your-access-token"
🔐 secretMENDELEY_REFRESH_TOKENe ="your-refresh-token" \
configMENDELEY_MCP_MAX_FILE_BYTESFiles larger than 10 MB are reported but not embedded, to avoid flooding the client's context window (adjust with the environment variable)
configMENDELEY_MCP_MAX_TEXT_CHARSOutput is capped at 200,000 characters, with truncation flagged in the result (adjust with the environment variable)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/pallaprolus-mendeley-mcp-12pzrq)](https://m8ven.ai/mcp/pallaprolus-mendeley-mcp-12pzrq)
commit: a117e63e8acb661a4e1de446106d3fd7aa67e77b
code hash: c90a2daa62fb27d105c848feb85e03dac3002f4a4115797e4f3c23a6c57c4b12
verified: 6/18/2026, 11:48:34 AM
view raw JSON →