STSNaive/paper-search-agent
Platform-specific configuration:
{
"mcpServers": {
"paper-search-agent": {
"command": "npx",
"args": [
"-y",
"paper-search-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A local-first scholarly paper discovery, access planning, and full-text retrieval agent.
search_papers.search_single_source.resolve_and_plan.check_local_cache.fetch_fulltext.browser_retrieve.import_local_file.xml, html, pdf, text) via parse_paper.get_paper_sections.manage_corpus (add, list, remove, deduplicate).json, csv, bibtex via export_records.zotero_lookup, zotero_save, zotero_list_collections.The practical pipeline is:
search_papers / search_single_source) -> produce CandidatePaper[].resolve_and_plan) -> produce AccessPlan.fetch_fulltext / browser_retrieve / import_local_file) -> store local PDF/XML/HTML/text.parse_paper) -> produce NormalizedPaperRecord.get_paper_sections) and optionally save/export (manage_corpus, export_records).This separation is intentional: discovery does not imply full-text entitlement.
Loading reviews...