arXiv MCP Server
Searches and downloads arXiv papers with optional PDF support for research workflows.
Delv Safety Grade: B
Score 73/100 · assessed 2026-04-28
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 THREECurated 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
Install
uv tool install arxiv-mcp-server
Review
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
Works with
Similar MCPs
- Brave SearchGive Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- DelvSearch the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.