arxiv-mcp
Allows searching arXiv for papers and downloading them as PDFs.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@arxiv-mcpfind 3 papers on mixture of experts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
arxiv-mcp
An MCP server that lets any coding agent search arXiv and download papers. Free, no API key, two tools.
Tools
Tool | What it does |
| Free-text search. Returns title, authors, abstract, date, PDF URL. No PDF parsing. |
| Streams a PDF into |
Both are read-only on the network side. The server touches arXiv's public
API (export.arxiv.org) — no key, no signup, no rate-limit token.
Related MCP server: arxiv-mcp
Install
git clone https://github.com/vishal24p/arxiv_mcp.git
cd arxiv_mcp
uv venv
uv pip install -e .Requires Python 3.10+ and uv.
Wire it into your agent
The arxiv-mcp script is installed into the venv at .venv\Scripts\
(Windows) or .venv/bin/ (macOS/Linux). Activate first, or call it by
path:
# Activate (then `arxiv-mcp` is on PATH)
# Windows (PowerShell):
.venv\Scripts\Activate.ps1
# Windows (cmd):
.venv\Scripts\activate.bat
# macOS / Linux:
source .venv/bin/activate
arxiv-mcp install # auto-detect and patch all found agents
arxiv-mcp install --only codex # one specific agent
arxiv-mcp install --dry-run # show what would change, write nothingIf you skip activation, invoke the executable directly:
# Windows
.venv\Scripts\arxiv-mcp.exe install
# macOS / Linux
.venv/bin/arxiv-mcp installSupported agents:
Agent | Config file | Format |
Claude Desktop |
| JSON |
Claude Code |
| JSON |
Cursor |
| JSON |
Codex CLI |
| TOML |
The installer merges an arxiv entry into each detected config, backs up
the original to <file>.bak, and never touches other settings. It is
idempotent — re-running with the same flag reports the entry already
exists and writes nothing. Restart the agent and the tools appear.
Use
Ask the agent anything that needs arXiv:
find 3 papers on mixture of experts
download 1706.03762
what's the most cited recent paper on RLHF?The agent picks search_arxiv or download_paper based on what you ask.
PDFs land in ./papers/. Override the location with
ARXIV_MCP_PAPERS_DIR.
Run without installing to an agent
arxiv-mcp serve
# ...or:
python -m arxiv_mcpSpeaks MCP over stdio. Useful for testing or wiring into something that isn't a coding agent.
Troubleshooting
arxiv-mcp is not recognized as the name of a cmdlet / command
The script lives in the venv at .venv\Scripts\arxiv-mcp.exe (Windows)
or .venv/bin/arxiv-mcp (macOS/Linux). It is only on PATH while the
venv is active. Either activate the venv first, or invoke the
executable by its full path (see Wire it into your agent above).
The script name uses a hyphen (arxiv-mcp), not an underscore
(arxiv_mcp). The Python package is arxiv_mcp; the console script is
arxiv-mcp.
Re-running arxiv-mcp install reports the entry already exists
That is the intended idempotent behavior. Backups are at
<config>.bak next to each original file. To force a fresh install,
delete the arxiv key from the relevant config and re-run.
License
Apache 2.0.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
arXiv MCP — preprint server search (free, no auth)
Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…
ArXiv preprint search, daily category digest, and author-collaborator graph.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables searching arXiv papers and retrieving paper metadata through MCP tools.42-
- AlicenseNot gradedqualityDmaintenanceEnables searching arXiv, fetching metadata, reading papers as section-aware Markdown, listing recent papers, and downloading PDFs via five MCP tools.9 npm2MIT
- AlicenseAqualityDmaintenanceEnables searching arXiv and top AI conferences, finding related papers, generating research insights, and managing a personal library via MCP tools.522 npmMIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search and access arXiv papers through MCP. Supports paper filtering, downloading, and local storage for efficient access.10Apache 2.0