arXiv MCP Server

Active

A Model Context Protocol (MCP) server that enables interacting with the arXiv API using natural language.

Updated 8/4/2025
Key Features

What makes this MCP server special

Retrieve metadata about scholarly articles hosted on arXiv.org
Download articles in PDF format to the local machine
Search arXiv database for a particular query
Retrieve articles and load them into a large language model (LLM) context

Requirements

UV
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/prashalruchiranga

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/prashalruchiranga/arxiv-mcp-server?tab=readme-ov-file#setup

2. Configuration

{
  "mcpServers": {
    "arxiv-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/arxiv-mcp-server/src/arxiv_server",
        "run",
        "server.py"
      ],
      "env": {
        "DOWNLOAD_PATH": "/ABSOLUTE/PATH/TO/DOWNLOADS/FOLDER"
      }
    }
  }
}

3. Usage Example

Can you get the details of 'Reasoning to Learn from Latent Thoughts' paper?