pallaprolus/mendeley-mcp
MCP server for Mendeley reference manager. Search your library, browse folders, get document metadata, search the global catalog, and add papers to your collection.
Quick Start
Clone the repository:
git clone https://github.com/pallaprolus/mendeley-mcpClaude Desktop configuration example:
{
"mcpServers": {
"mendeley-mcp": {
"command": "npx",
"args": [
"-y",
"pallaprolus/mendeley-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.