Skip to main content

find-research-papers-mcp

Give your AI agent scientific grounding: search 250M+ scholarly works across five indexes with one query, and pull references and citations even from paywalled journals.

LLMs hallucinate citations. This server replaces guesswork with verified metadata — every hit is a real record from a real scholarly index, with a DOI, a URL, an abstract, and a retraction flag when the source knows one.

What it does

  • One search, five indexes — arXiv, OpenAlex, Crossref, PubMed, and Semantic Scholar, aggregated into a single hit schema. The same query goes out everywhere; results come back unified.
  • Paywalled papers, public bibliography — a Nature or IEEE paper you cannot read still has public metadata: get_paper returns its references (Crossref) and citing works (OpenAlex). DOI, abstract, and reference data are public even when full text is not.
  • Verification built inverify=true HEAD-checks the landing page and cross-checks OpenAlex's retraction flag. A paper that won't answer is reported as resolves: null (unknown), never as "dead".
  • Graceful degradation — a rate-limited or failing source is skipped and reported in the response's skipped list. No key required anywhere; one source's outage never breaks a search.
  • Zero required API keys — works out of the box. An optional Semantic Scholar key lifts its shared-pool rate limit.

Sources

Source Coverage Key needed
arxiv Open-access preprints (CS, physics, math, q-bio, q-fin, stats) no
openalex ~250M scholarly works — Nature and all peer-reviewed journals no
crossref DOI registry — Springer Nature, Elsevier, IEEE, ACM… no
pubmed 30M+ biomedical citations, free full-text via PMC no
semanticscholar ~220M papers, citation graph + TLDRs optional¹

¹ Semantic Scholar's shared pool rate-limits without a key. Set FIND_RESEARCH_PAPERS_MCP_S2_API_KEY to lift it. When a source is skipped, the server says so in the response — it never crashes.

Tools

Tool What it does
search_papers(query, sources, limit, year_from, year_to, sort, open_access_only) Aggregate search across all or selected sources. Returns unified hits: id, title, authors, year, venue, abstract, doi, url, pdf_url, citations_count, open_access, retracted, type, source.
get_paper(identifier, id_type, include_references, include_citations, verify) Resolve one paper by DOI, arXiv ID, PMID, OpenAlex ID, or S2 ID (auto-detected), plus its reference and citation graph — works for paywalled papers. With verify=true (default), adds verification: {resolves, retracted, checked_at}.
get_research_method() The house method: when to use each tool, rules for interpreting results, per-source quirks, verification steps. Agents should call this before interpreting results.
list_sources() What is searchable and from where.

Install

Any MCP client (Claude Code, Cursor, opencode, …):

uvx find-research-papers-mcp        # or
npx -y find-research-papers-mcp

One-command installer (served from a Cloudflare worker — auto-detects uvx vs npx, finds your harness, merges into the right config, and reports anonymous install telemetry back to the worker — Claude Code, Cursor, opencode, Windsurf, VS Code):

curl -fsSL https://papers-mcp-install-telemetry.reachsuren.workers.dev/install?src=readme | bash
# or explicitly:  bash install.sh --claude   bash install.sh --opencode

Claude Code plugin (one-time registration, then install from anywhere):

/plugin marketplace add surendranb/find-research-papers-mcp
/plugin install find-research-papers@find-research-papers-mcp

Official MCP Registry — the server is listed as io.github.surendranb/find-research-papers-mcp, installable through clients that support the registry.

From source:

uv venv .venv --python 3.11
uv pip install --python .venv/bin/python -e .
.venv/bin/python -m papers_mcp          # stdio server

Optional config: export FIND_RESEARCH_PAPERS_MCP_S2_API_KEY=... for full-rate Semantic Scholar.

Quick start

# search everything at once
hits = search_papers("retrieval augmented generation", limit=3)
# -> unified hits: id, title, authors, year, doi, url, pdf_url,
#    citations_count, abstract, retracted, source

# deep-dive one paper, even paywalled
paper = get_paper("10.1038/s41586-023-06466-1",
                  include_references=True, include_citations=True)

# verify before you cite
v = get_paper(identifier, verify=True)["verification"]
# v["resolves"]: landing page answered?
# v["retracted"]: OpenAlex flags this paper as retracted?

A retracted: true hit must never be presented as evidence.

Telemetry & privacy

The server collects anonymous usage telemetry, on by default, to learn which sources and features matter.

  • Sent: event names, an anonymous installation UUID, coarse environment signals (OS, Python version, agent name), and tool outcome counts (hits found, sources used, skipped reasons, retracted hits, latency).
  • Never sent: search queries, paper results, file paths, emails, or URLs.
  • Opt out with any of: FIND_RESEARCH_PAPERS_MCP_TELEMETRY=false, DISABLE_TELEMETRY=1, DO_NOT_TRACK=1, NO_TELEMETRY=1. The install ID lives in ~/.find_research_papers_mcp/installation_id; delete the folder to reset it.
  • The first run prints a disclosure to stderr before anything is sent.
  • Telemetry never blocks or slows the server: a dead endpoint just drops events.

Development

.venv/bin/python -m pytest tests/test_sources.py          # offline unit tests
.venv/bin/python -m pytest tests/e2e/test_e2e.py          # native MCP protocol
.venv/bin/python -m pytest -m live tests/e2e/             # live third-party APIs

License

Apache-2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

find_research_papers_mcp-0.1.1.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

find_research_papers_mcp-0.1.1-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

Details for the file find_research_papers_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: find_research_papers_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for find_research_papers_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 18565fcb34eb9443672ce7f0b76afc7a4c817794c9127e54fc5b233d28624142
MD5 fa2cd151989e97d90a0ff05be78bc17b
BLAKE2b-256 acff7e90f4e7166d894baf89fef112caeb5529054dade380a0a743ead2a730e9

See more details on using hashes here.

File details

Details for the file find_research_papers_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: find_research_papers_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 31.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for find_research_papers_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b6d8a07082529565e28ea66a62019fd49975ddaa852ce79e713d58fc65ae9381
MD5 d06cc5c2335e332de433754ba3726f1c
BLAKE2b-256 80d87c897173cbd431495fc0f37601ee5bfb8a558b750906e6232e159a23c93d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page