EndNote Library Connector
JSON →Search, cite, and read PDFs from your EndNote reference library directly in Claude Desktop
Install
pip install endnote-mcp Tools · 12
- search_references Search by author, title, year, keywords, abstract (BM25 ranked, with DOI links)
- search_fulltext Search inside PDF content — find concepts, quotes, methods
- search_library Combined metadata + PDF search in one call
- search_semantic Search by meaning using AI embeddings (requires `endnote-mcp[semantic]`)
- get_reference_details Full metadata for a reference (abstract, keywords, DOI, etc.)
- get_citation Format as APA 7th, Harvard, Vancouver, Chicago, or IEEE
- get_bibtex Export references as BibTeX entries for LaTeX
- get_bibliography Generate a formatted bibliography for multiple references
- find_related Find similar references (uses embeddings when available)
- read_pdf_section Read specific pages from a PDF attachment
- list_references_by_topic Broad topic-based listing
- rebuild_index Re-index after updating your EndNote library
Links
★ 20 GitHub stars