EndNote Library Reader
Related Servers
Alternatives to EndNote Library Reader
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables MCP clients to search a Zotero library, read items, take notes, organize collections, and perform semantic search over PDFs.8MIT
- AlicenseBqualityBmaintenanceEnables biomedical research workflows via MCP, including experiment and document search, PDF text extraction, evidence retrieval, and validation with provenance tracking.10MIT
- AlicenseAqualityCmaintenanceConnects a Zotero library to MCP-compatible clients, enabling library search, full-text PDF reading, highlight retrieval, and formatted citation export.20MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP clients to interact with a local-first research knowledge workbench, supporting literature search, evidence-grounded Q&A, and reference export.2AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceConnect your EndNote reference library to Claude AI. Search references, read PDFs, format citations, find related papers, and generate bibliographies directly in Claude Desktop conversations.76 PyPI48AGPL 3.0
- AlicenseCqualityFmaintenanceEnables comprehensive scientific literature retrieval and analysis through Europe PMC, PubMed, and other databases, supporting metadata extraction, full-text access, and identifier conversion via MCP and CLI.6299 PyPI2MIT
TDQS
Scored across 4 tools
There is some overlap between list_papers and search_papers, as both return lists of papers with similar metadata, which could cause confusion about when to use each. However, read_paper and refresh_backup have distinct purposes, and the descriptions help clarify that search_papers is for fuzzy title/keyword searches while list_papers is for paginated listing.
All tool names follow a consistent verb_noun pattern with snake_case, such as list_papers, read_paper, refresh_backup, and search_papers. This makes the tool set predictable and easy to understand.
With 4 tools, the count is reasonable for a library reader focused on paper retrieval and management. It covers core operations like listing, searching, reading, and backup refresh, though it might be slightly thin if more advanced features like updating or deleting papers were expected.
The tool set covers basic read operations (list, search, read) and a utility (refresh_backup), but lacks CRUD completeness for a paper management system, as there are no tools for creating, updating, or deleting papers. This could lead to gaps in agent workflows that require full lifecycle management.