What you can do with arXiv

Built for

Academic Research, AI Papers, Literature Reviews, Diligence & Monitoring

Example workflows

Find recent papers

Uses query syntax, categories, and metadata for research discovery.

Try this

Search arXiv for recent papers on retrieval augmented generation in cs.CL and cs.AI, then group the strongest matches by method.

Read a paper deeply

Uses full-paper reading after metadata lookup.

Try this

Read this arXiv paper PDF and summarize the problem, method, datasets, results, limitations, and follow-up questions.

Build a literature review

Turns search results into structured review material.

Try this

Search arXiv for papers about AI code agents since 2024, fetch metadata for the top candidates, and organize them into a literature review outline.

Monitor a category

Supports recurring research monitoring workflows.

Try this

Find new cs.LG and stat.ML papers from the last month about model evaluation, then list titles, authors, abstracts, and PDF links.

Context to know first

What does the arXiv server provide?

It provides paper search, single-paper metadata lookup, batch metadata lookup, and full PDF reading for papers available through arXiv.

What search syntax should I use?

Use arXiv field prefixes such as all:, ti:, au:, abs:, cat:, and submittedDate ranges, combined with AND, OR, and ANDNOT for precise queries.

Can agents read full papers?

Yes. The full-paper tool returns the PDF for supported arXiv papers so agents can summarize methods, results, limitations, and citations in context.

Related editorial

arXiv Research Workflows with AI

How AI agents can run advanced arXiv searches, fetch paper metadata by ID, pull full PDFs, and assemble literature reviews on a topic.

Read article

AI Skill
SKILL.md

Domain knowledge for arXiv — workflow patterns, data models, and gotchas for your AI agent.

arXiv

Search, retrieve, and read scientific papers from arXiv.

Workflow

  1. Search papers by keyword, category, author, date
  2. Get metadata for a single paper or batch (up to 20)
  3. Read full paper — returns the complete PDF for reading

Query Syntax

  • all:transformer — search all fields
  • ti:"attention is all you need" — title search
  • au:"Vaswani" — author search
  • cat:cs.CL — category filter
  • abs:"reinforcement learning" — abstract search
  • Combine with AND, OR, ANDNOT: cat:cs.AI AND ti:"large language model"
  • Date range: submittedDate:[20240101 TO 20240331]

Common Categories

  • cs.AI Artificial Intelligence, cs.CL Computation and Language (NLP), cs.CV Computer Vision
  • cs.LG Machine Learning, cs.SE Software Engineering, cs.CR Cryptography and Security
  • stat.ML Machine Learning (statistics), math.OC Optimization and Control
  • eess.SP Signal Processing, q-bio Quantitative Biology, q-fin Quantitative Finance

Gotchas

  • Rate limit: <= 1 request / 3 seconds per arXiv Terms of Use. Use the batch get tool instead of sequential single calls.
  • Pagination: Use max_results (max 100) and start offset for large result sets.
  • Read paper: Returns the PDF as a binary document. Not all very old papers have PDFs.
  • Semantic Scholar: For citation graphs and references, use the Semantic Scholar bundle (separate provider).

Tools in this Server (4)

Arxiv Get Paper

Get a specific arXiv paper by arXiv ID using the official arXiv API (Atom feed).

Arxiv Get Papers

Batch fetch multiple arXiv papers by ID in one call. Pass comma-separated arXiv IDs. Returns metadata for all requested papers. Much faster than indiv...

Arxiv Read Paper

Read the full content of an arXiv paper. Returns the paper as a PDF document (inline embedded resource when under ~512 KB, otherwise an S3 presigned U...

Arxiv Search Papers

Search arXiv for papers using the official arXiv API (Atom feed). Returns metadata including title, authors, abstract, categories, arXiv URL, PDF URL,...

Frequently Asked Questions

What is the arXiv MCP server?

Search and retrieve scientific papers from arXiv. Provides paper metadata (title, authors, abstract, categories) and PDF links via the official arXiv API. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect arXiv to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/arxiv. Authentication is handled automatically.

How many tools does arXiv provide?

arXiv provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does arXiv require?

arXiv uses open data APIs — no authentication required.

What does the arXiv server provide?

It provides paper search, single-paper metadata lookup, batch metadata lookup, and full PDF reading for papers available through arXiv.

What search syntax should I use?

Use arXiv field prefixes such as all:, ti:, au:, abs:, cat:, and submittedDate ranges, combined with AND, OR, and ANDNOT for precise queries.

Can agents read full papers?

Yes. The full-paper tool returns the PDF for supported arXiv papers so agents can summarize methods, results, limitations, and citations in context.

What limits matter for arXiv?

arXiv asks clients to avoid rapid sequential requests. Batch metadata lookups and scoped searches are better than many single-paper calls.

Setup Instructions

Connect arXiv to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/arxiv

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to arXiv and paste the MCP URL into Remote MCP server URL.
  4. Click Add. arXiv will appear under Not connected — select it and click Connect to complete OAuth.
Name: arXiv
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/arxiv
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try arXiv now

No API key or third-party login required. Chat with AI and run tools instantly.

arXiv MCP Server & Skill — 4 Tools