researchpapersarxivacademic

Summary

Search arXiv, download papers, and read their full text from an AI client — research without the PDF shuffling.

Features

  • Search arXiv by query, category, and date range
  • Download and read full paper text, not just abstracts
  • Local paper library for repeated reference

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "arXiv" tools will be available.
{
  "mcpServers": {
    "arxiv": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server"
      ]
    }
  }
}

Description

The arXiv MCP server gives an assistant direct access to the preprint archive that most machine learning, physics, and mathematics research passes through first.

What it does

  • Search by query, author, category, and date range, returning structured results
  • Download papers and convert them to readable text, so the assistant works from the full paper rather than the abstract
  • Local library. Downloaded papers are stored, so re-reading one across sessions does not re-fetch it.
  • Reading tools for pulling out specific sections — methodology, results, related work

Why full text matters

Abstracts are marketing. The interesting details — what the experiment actually measured, what the limitations section admits, what the ablation shows — are in the body. An assistant with the full text can answer questions the abstract cannot.

Realistic uses

Keeping up with a fast-moving area, checking whether an idea has already been published, extracting the specific hyperparameters a paper used, and comparing several papers' approaches to the same problem.

Installed with uvx arxiv-mcp-server. No API key required — arXiv's API is open, though it asks that you be reasonable about request rates.

Related MCP Servers

Browse all MCP servers →