ArXiv Scout MCP logo

ArXiv Scout MCP

★★★½ 3.8/5
Visit site
Category
MCP
Pricing
Free

Quick Verdict

ArXiv Scout is an early open-source MCP server maintained by shawnnygoh. It combines arXiv search, paper metadata, batch retrieval, PDF-to-text extraction, and Semantic Scholar citation relationships for MCP clients. As of July 21, 2026, the repository documents eight tools, three prompts, and three resources. The project version is 0.1.0, it requires Python 3.12 or newer, and its source code is MIT-licensed. Its practical appeal is the compact workflow: discover papers, inspect a small candidate set, extract selected PDFs, and explore both references and citing papers without leaving an MCP client.

This directory rates ArXiv Scout about 3.8/5 as a probationary current tool. The documented capabilities are useful, but the available evidence does not establish mature packaging, long-term maintenance, or production reliability. The dependable installation choices are the source repository and Smithery: run the source with uv sync, or use Smithery’s hosted connection. A project entry point and an installation example in a README do not by themselves prove a stable package-index release. Likewise, a Smithery uptime badge or current successful connection is not a contractual service-level agreement.

Best For

  • Researchers and students who want arXiv discovery inside Claude Desktop, Claude Code, Cursor, VS Code, or another MCP client.
  • Small research teams comparing two to five papers or drafting an initial literature-review outline.
  • Technical users able to inspect source, pin a commit, validate citations, and tolerate an early project’s maintenance uncertainty.
  • Experiments where a source-based local deployment or a replaceable hosted connection is acceptable.
  • It is not the best choice for workflows requiring a formal SLA, audit-grade bibliography, complete citation metrics, or a supported enterprise service.

Key Features

  • Search and individual lookup: arxiv_search_papers supports full arXiv query syntax, semantic category names, date filters, and pagination. arxiv_get_paper accepts an arXiv ID or URL.
  • Batch metadata: arxiv_get_papers_batch retrieves up to 20 papers in one call. This is convenient for comparisons, although repeated batches remain subject to upstream limits.
  • PDF extraction: arxiv_download_and_extract uses PyMuPDF and documents section detection, header stripping, and page ranges. Extraction can still lose equations, figures, tables, and correct reading order.
  • Citation discovery: arxiv_get_references finds outbound references through Semantic Scholar with a PDF fallback, while arxiv_get_citations finds inbound citations. Neither should be treated as a complete citation index.
  • Taxonomy and cache inspection: arxiv_list_categories exposes the taxonomy with semantic lookup, and arxiv_cache_stats reports cache size and hit-rate information.
  • Prompts: summarize_paper, compare_papers, and literature_review give clients guided research workflows rather than adding new evidence sources.
  • Resources: arxiv://categories, arxiv://help/query-syntax, and arxiv://server/info expose taxonomy, query guidance, and capabilities.
  • Runtime: the source uses FastMCP, the arxiv Python library, HTTPX, PyMuPDF, and Uvicorn, with optional SEMANTIC_SCHOLAR_API_KEY configuration.

Use Cases

A sensible workflow starts with a narrow topic, author, title, or category query. Fetch metadata for a limited candidate set, then download only the most relevant PDFs. Citation calls can suggest earlier and later work, but every important reference should be checked against the arXiv version page, DOI, Crossref record, or publisher page. This staged approach avoids unnecessary PDF transfer and better respects arXiv’s request guidance.

The official arXiv API manual encourages a roughly three-second delay between repeated calls. It recommends refining queries above 1,000 matches, using slices of at most 2,000 results, and using OAI-PMH for bulk metadata. ArXiv Scout does not turn the interactive API into an unrestricted bulk-harvesting service. Shared deployments should enforce limits by outbound IP, cache duplicate searches, bound PDF concurrency, and back off when either arXiv or Semantic Scholar rejects traffic.

Paper titles, abstracts, PDFs, references, and linked pages are untrusted content. A paper can contain text that looks like instructions to an agent or links designed to manipulate a tool-using model. The client must not reveal secrets, read unrelated local files, execute code, or expand tool permissions because a paper says so. Summaries and literature reviews remain drafts: verify claims in the original paper, distinguish preprints from peer-reviewed versions, and check withdrawal or replacement status before relying on a result.

Pricing

ArXiv Scout’s source is free under the MIT License. The current project metadata reports version 0.1.0, Python >=3.12, and dependencies including FastMCP, arxiv, HTTPX, PyMuPDF, and Uvicorn. There is no documented paid support plan, enterprise tier, or SLA.

MethodSoftware costCurrent assessment
Run from sourceFreeClone the repository and run uv sync; pinning a commit makes dependency and behavior review easier
Smithery hostedPlatform-dependentAvoids local operation, but authentication, quotas, logs, retention, availability, and data handling depend on Smithery

The MIT License applies to the server code, not all material returned by it. arXiv metadata is CC0, but each paper version can carry a different Creative Commons license or arXiv’s perpetual non-exclusive distribution license. Free viewing and downloading do not automatically grant redistribution, model-training, or commercial-use rights. Semantic Scholar data also remains subject to its upstream terms.

Pros

  • Eight documented tools cover search, individual and batch metadata, PDF extraction, references, citations, categories, and cache statistics.
  • Three prompts and three resources make the server easier for MCP clients to discover and use.
  • Semantic Scholar integration adds useful citation exploration beyond a metadata-only arXiv wrapper.
  • MIT-licensed source can be inspected, pinned, modified, and self-operated.
  • The public tool surface is read-oriented, reducing direct side-effect risk compared with servers that modify external systems.
  • Source and Smithery paths allow a low-cost trial before committing to local operations.

Cons

  • Version 0.1.0 and a small community make interface stability, release cadence, and continued maintenance uncertain.
  • Project packaging metadata and README commands are not a substitute for verifying an official, reproducible package release; this guide recommends only source or Smithery installation.
  • The Smithery public connection has no project-published SLA. A dashboard’s recent uptime is an observation, not a guarantee of capacity or recovery time.
  • Semantic Scholar can omit or lag citations, while PDF fallback can misidentify references. The output is unsuitable as an unverified citation count.
  • PDF extraction can damage equations, tables, footnotes, multi-column order, and figure context; scanned papers may provide little usable text.
  • arXiv asks clients to wait about three seconds between repeated API calls, so shared or high-volume use has inherently limited throughput.
  • Untrusted paper content can carry prompt injection. Read-only tools do not make downstream model behavior automatically safe.
  • MIT code licensing, CC0 metadata, and paper-by-paper full-text licenses are separate legal layers.

Alternatives

ToolBetter fitMain tradeoff
cyanheads arXiv MCP Servernpm distribution, dual transport, and an optional metadata mirrorUses HTML reading and does not offer the same Semantic Scholar citation pair
ArXiv MCP Server by blazickjpA larger community and local paper managementDifferent tool design and Python installation workflow
Paper SearchSearching across several scholarly sourcesMore connectors and upstream dependencies to configure and verify
cyanheads OpenAlex MCP ServerBroad scholarly entities and catalog explorationPrimarily metadata, not PDF reading
Semantic ScholarWeb-based citation-network verificationNot the same local MCP workflow
ElicitManaged literature reviews and evidence tablesCommercial service with less infrastructure control

FAQ

Is ArXiv Scout ready for production?

It is better treated as a small-scale experiment or personal research tool. A team deployment should pin a source commit, run integration tests, monitor upstream failures, and maintain a manual search fallback. Without a published SLA, it should not be the only path to critical research data.

How should ArXiv Scout be installed?

Use the GitHub source with uv sync, or follow Smithery’s hosted connection instructions. Do not assume that a same-named package on an index is official or reproducible merely because the repository declares a project version and script entry point.

Are references and citations accurate?

They are discovery aids, not final bibliography records. Semantic Scholar coverage can be incomplete, and PDF fallback extraction can fail. Verify author order, title, version, year, venue, DOI, and withdrawal status against authoritative records.

Does PDF extraction preserve equations and tables?

Not reliably. PyMuPDF works well for ordinary text, but equations, tables, captions, footnotes, scans, and multi-column layouts can be lost or reordered. Open the original PDF and check exact pages before quoting it.

How should a deployment avoid arXiv rate limits?

Wait roughly three seconds between repeated calls, narrow queries, paginate, cache duplicates, and avoid concurrent mass PDF downloads. A shared server should apply the limit across all users sharing its outbound IP.

Can the code and papers be used commercially?

The server code is MIT-licensed and arXiv metadata is CC0. Full-text rights depend on the license selected for each paper version. Check that license before redistribution, training, adaptation, or commercial use.

Bottom Line

ArXiv Scout offers a coherent research loop with eight currently documented tools: search, metadata, PDF extraction, and citation discovery. That is genuinely useful, but it remains a probationary 0.1.0 project. Packaging evidence is limited, Smithery does not provide a project SLA, citation coverage is imperfect, and PDF extraction is lossy. Trial it through source or Smithery, respect arXiv’s three-second request guidance, treat every paper as untrusted input, and verify every important citation and claim in the authoritative record.

Last updated: July 21, 2026

Related tools