Search

arXiv MCP Server

Chat with AI and run tools instantly — no account needed.

Search and retrieve scientific papers from arXiv. Provides paper metadata (title, authors, abstract, categories) and PDF links via the official arXiv API.

4 tools
Agent guide included
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

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. Use after arxiv_search_papers or arxiv_get_paper to read the actual pape...

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.

Setup Instructions

Connect arXiv to any MCP client in minutes

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try arXiv now

No sign-up required. Chat with AI and run tools instantly.

arXiv MCP Server & Skill — 4 Tools