Skip to main content
Knowledge & MemoryPython

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.

knowledge-memorycloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pallaprolus/mendeley-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "mendeley-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pallaprolus/mendeley-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
pallaprolus