MCP Hub
Back to servers

arXiv Research

A research integration server that connects to the arXiv API to facilitate academic paper discovery, metadata extraction, and automated JSON-based storage for literature reviews.

Stars
2
Forks
2
Tools
2
Updated
Nov 12, 2025
Validated
Feb 12, 2026

Arxiv Research Server MCP

Create a venv and install the requirements

Install uv if you haven't done so yet:

curl -LsSf https://astral.sh/uv/install.sh | sh

In Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Or you can also install uv via pip:

pip install uv
uv venv
source .venv/bin/activate # or  .venv\Scripts\activate in Windows
uv pip install -r requirements.txt

You can use .vscode/mcp.json file as an example to know how to install the server.

Available Tools

Tools

  • search_papers(topic: str, max_results: int = 5): Search for papers on arXiv based on a topic and store their information.
  • extract_info(paper_id: str): Search for information about a specific paper across all topic directories.

Resources

  • papers://foldersget_available_folders(): List all available topic folders in the papers directory.
  • papers://{topic}get_topic_papers(topic: str): Get detailed information about papers on a specific topic.

Prompts

  • generate_search_prompt(topic: str, num_papers: int = 5): Generate a prompt to find and discuss academic papers on a specific topic.

Reviews

No reviews yet

Sign in to write a review