Search and analyze academic papers on arXiv.
ArXiv MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Search and analyze academic papers on arXiv.
An MCP server for searching arXiv, downloading papers, reading bounded full text, retrieving original LaTeX by section, following citation graphs, and maintaining research alerts.
Once ArXiv is connected, these are the calls the assistant has available:
search_papers — Search arXiv by query, category, date, and sort orderget_abstract — Fetch metadata and an abstract by arXiv IDdownload_paper — Download and convert a paper to local Markdownlist_papers — List papers stored locallyread_paper — Read locally stored paper contentget_paper_latex — Retrieve bounded author-submitted LaTeXlist_paper_latex_sections — Return a paginated LaTeX outlineget_paper_latex_section — Read one bounded LaTeX sectioncitation_graph — Fetch references and citing papersexport_citations — Export BibTeX for one or more arXiv IDswatch_topic — Save or update an arXiv topic watchcheck_alerts — Check saved watches for new papersarxiv-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. ArXiv's toolset — search_papers, get_abstract, download_paper and 11 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_papers | Search arXiv by query, category, date, and sort order |
| get_abstract | Fetch metadata and an abstract by arXiv ID |
| download_paper | Download and convert a paper to local Markdown |
| list_papers | List papers stored locally |
| read_paper | Read locally stored paper content |
| get_paper_latex | Retrieve bounded author-submitted LaTeX |
| list_paper_latex_sections | Return a paginated LaTeX outline |
| get_paper_latex_section | Read one bounded LaTeX section |
| citation_graph | Fetch references and citing papers |
| export_citations | Export BibTeX for one or more arXiv IDs |
| watch_topic | Save or update an arXiv topic watch |
| check_alerts | Check saved watches for new papers |
| semantic_search | Search downloaded papers by semantic similarity |
| reindex | Rebuild the local semantic index |
Connect clients to:
```json
{
"mcpServers": {
"arxiv": {
"type": "http",
"url": "http://127.0.0.1:8080/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.