ArXiv MCP Server

by MCP-Mirror

380 downloads
Not rated
GitHub

About

The ArXiv MCP Server provides a bridge between AI assistants and arXiv’s research repository through the Message Control Protocol (MCP). It allows AI models to search for papers and access their content programmatically, designed for developers integrating AI tools with…

Details

Author
MCP-Mirror
Downloads
380
Categories
Search

- Search arXiv papers with filters for date ranges and categories
- Download papers by arXiv ID for offline access
- List all previously downloaded papers in one view
- Read full content of stored papers locally
- Papers saved locally for faster repeated access

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ArXiv MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server using uv pip install git+https://github.com/blazickjp/arxiv-mcp-server.git. Configure it in your MCP client config file with the command uv run arxiv-mcp-server --storage-path /path/to/paper/storage. The server exposes four tools: search_papers, download_paper, list_papers, and read_paper, which can be called from your AI assistant.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "arxiv mcp server": {
            "blazickjp_arxiv-mcp-server": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "git+https://github.com/blazickjp/arxiv-mcp-server.git"
                ]
            }
        }
    }
}

McpServers

{
    "blazickjp_arxiv-mcp-server": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "git+https://github.com/blazickjp/arxiv-mcp-server.git"
        ]
    }
}

ArXiv MCP Server

> 🔍 Enable AI assistants to search and access arXiv papers through a simple MCP interface.

The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Message Control Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way.

<div align="center">

🤝 Contribute
📝 Report Bug

</div>

✨ Core Features

- 🔎 Paper Search: Query arXiv papers with filters for date ranges and categories
- 📄 Paper Access: Download and read paper content
- 📋 Paper Listing: View all downloaded papers
- 🗃️ Local Storage: Papers are saved locally for faster access

🚀 Quick Start

Install using uv:

uv pip install git+https://github.com/blazickjp/arxiv-mcp-server.git

For development:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.