Delv
CommunityActive· 1mo4.3by blazickjp

arXiv MCP Server

Searches and downloads arXiv papers with optional PDF support for research workflows.

B
Safety & Trust

Delv Safety Grade: B

Score 73/100 · assessed 2026-04-28

Maintainer55
Permissions88
Supply chain75
Transparency70
Incidents100

This community MCP server wraps the arXiv API for academic paper search and retrieval. The maintainer (blazickjp) appears to be a solo developer with modest GitHub presence, creating some bus factor risk. The server's permissions are well-scoped: it performs read-only API queries to arXiv's public endpoints and can download PDFs to the local filesystem. Supply chain is reasonable via PyPI packaging with uv tool install, though dependency pinning and update cadence aren't immediately clear from the repository. The codebase is open source with basic documentation. No environment secrets are required, which reduces credential exposure risk. The narrow scope (academic search only) limits blast radius if compromised. No known security incidents. Main concerns are single-maintainer sustainability and the filesystem write permission for PDF downloads, though this is a legitimate use case for research workflows.

Lethal Trifecta (prompt-injection exposure)

TWO OF THREE
Private dataNo
Reads secrets, credentials, private files
Untrusted inputYes
Ingests web pages, PRs, issues, emails
External commsYes
Can send data outbound

Curated source so the untrusted-input risk is much lower than open web. Still nonzero — abstracts can carry payloads.

Green flags

  • Read-only API access to public arXiv endpoints only
  • No environment secrets or credentials required
  • Open source with visible codebase on GitHub
  • Narrow scope limits potential attack surface
  • Standard PyPI distribution via uv tool install

Red flags

  • Solo maintainer with limited public profile creates bus factor risk
  • Filesystem write permission for PDF downloads could be misused
  • Dependency update cadence and security patching unclear
  • Limited community review or contributor base

Permissions requested

Outbound networkWrite files
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Install

uv tool install arxiv-mcp-server

Review

This MCP server wraps the arXiv API into a Claude-friendly interface, letting you search academic papers and pull abstracts without leaving your chat window. It handles the standard search operators (author, title, category) and returns structured metadata you can actually work with. I've used it to build quick literature reviews when scoping out a research angle, and it's faster than tab-switching to arXiv's web interface every time you need to check if someone's already published your idea. The real workflow win is chaining searches with summarisation. Ask Claude to find papers on a topic, then have it pull the abstracts and synthesise common themes. You can filter by date, sort by relevance or submission time, and limit result counts to avoid drowning in output. The PDF download feature is there if you need full text, though you'll still need to handle the actual reading yourself. Quirks: it's a thin wrapper, so you inherit arXiv's search quirks. Boolean operators work, but the syntax isn't always intuitive if you're used to Google Scholar. The server doesn't cache results, so repeated searches hit the API each time. That's fine for ad-hoc queries but less ideal if you're iterating on the same search terms. Also, no citation export built in, so you'll need to format references manually or pipe the metadata elsewhere. Skip this if you're doing deep bibliometric analysis or need advanced filtering beyond what arXiv's native search offers. It's not a replacement for Zotero or Mendeley. But if you're a researcher who lives in Claude and wants to shortcut the "open browser, search, copy-paste abstract" loop, it's a clean addition to your MCP stack. Installation is trivial, no API keys required, and it works out of the box with Claude Desktop.
Verdict

Install this if you regularly search arXiv and want to keep that workflow inside Claude. It's a straightforward API wrapper that does one thing well: fetch paper metadata without context switching. Skip it if you need citation management or work primarily with non-arXiv sources.

Good at

  • Zero configuration required, no API keys or authentication needed.
  • Returns structured metadata that Claude can parse and summarise cleanly.
  • Handles date filtering and result sorting, useful for scoping recent work.
  • PDF download support for when you need the full paper.
  • Lightweight wrapper that doesn't overcomplicate a simple use case.

Watch out

  • No result caching, so repeated searches hit the API every time.
  • Inherits arXiv's sometimes unintuitive search syntax, not as forgiving as Google Scholar.
  • No built-in citation formatting or bibliography export.
  • Limited to arXiv only, won't help with paywalled journals or other preprint servers.
  • Manual config required for hosts beyond Claude Desktop.

Use cases

  • academic paper search
  • abstract summarisation
  • literature reviews
  • bibliography building

Getting started

1. Run `uv tool install arxiv-mcp-server` to install the server. 2. Add it to your Claude Desktop config under `mcpServers` with command `arxiv-mcp-server` (no env vars needed). 3. Restart Claude Desktop and verify by asking "Search arXiv for recent papers on transformer architectures." 4. Test PDF retrieval with "Download the PDF for arXiv ID 1706.03762" to confirm full functionality. 5. Watch out for search syntax: arXiv uses specific field prefixes like `au:` for author and `ti:` for title, not natural language queries.

Works with

Claude DesktopClaude CodeCursor

Similar MCPs