---
title: "arXiv MCP Server for ToolPiper · ModelPiper"
description: "Search, download, and read arXiv research papers. The arXiv MCP server lets the assistant search the arXiv preprint corpus, download papers by ID, and read their full text. Downloaded PDFs are cached in a folder you choo"
canonical: "https://modelpiper.com/mcp-tools/arxiv"
---

# arXiv MCP Server for ToolPiper · ModelPiper

> Search, download, and read arXiv research papers. The arXiv MCP server lets the assistant search the arXiv preprint corpus, download papers by ID, and read their full text. Downloaded PDFs are cached in a folder you choo

A

# arXiv MCP Server

✓ verified

Search, download, and read arXiv research papers.

Install arXiv in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/blazickjp/arxiv-mcp-server)

Publisher

[Community (blazickjp)](https://github.com/blazickjp/arxiv-mcp-server)

License

Apache-2.0

Transport

Local subprocess

Tools

4

## What this server does

The arXiv MCP server lets the assistant search the arXiv preprint corpus, download papers by ID, and read their full text. Downloaded PDFs are cached in a folder you choose, so a paper read once is available offline for follow-up questions. It is the standard way to ground a research conversation in primary sources: search by topic and date, pull the relevant papers, then ask the model to compare methods or extract results across them.

## Tools included

-   search\_papers
    
    Search arXiv by query, category, and date.
    
-   download\_paper
    
    Download a paper PDF by arXiv ID.
    
-   read\_paper
    
    Read the text of a downloaded paper.
    
-   list\_papers
    
    List papers cached in the storage directory.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install arXiv in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "arxiv": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server",
        "--storage-path",
        "${ARXIV_STORAGE_PATH}"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Search arXiv for recent papers on state space models in language modeling."
    
    Copy
-   "Download paper 2310.06825 and summarize its main contribution."
    
    Copy
-   "Compare the evaluation setups across the three papers I just downloaded."
    
    Copy

## Security notes

No credentials are required; arXiv is public. The only configuration is the storage directory, which the server reads and writes under. Point it at a dedicated folder, not your home directory. Downloaded PDFs are untrusted documents; the worst case is disk usage from a large download batch.

## Related tools

-   [
    
    F
    
    ### Fetch
    
    ✓ verified
    
    Fetch web pages and return clean markdown.
    
    SearchLocal subprocess1 tool
    
    
    
    
    
    ](/mcp-tools/fetch)
-   [
    
    P
    
    ### Puppeteer
    
    ✓ verified
    
    Headless browser automation and web scraping.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/puppeteer)
-   [
    
    G
    
    ### Google Maps
    
    ✓ verified
    
    Geocoding, directions, and place lookup via Google Maps.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/google-maps)
-   [
    
    B
    
    ### Brave Search
    
    ✓ verified
    
    Web and local search via Brave's privacy-focused search API.
    
    SearchLocal subprocess2 tools
    
    
    
    
    
    ](/mcp-tools/brave-search)

[← Back to all MCP tools](/mcp-tools)
