π§ arXiv Research Assistant MCP Server
This project is an MCP (Model Context Protocol) server built to interact with the vast arXiv.org paper database.
It allows clients like Claude AI to search, explore, and compare arXiv papers efficiently β all through a custom-built, local server. Itβs built with Python and the FastMCP framework, and uses uv for lightweight package management.
β¨ Features
π Keyword-based Paper Search
Search arXiv papers by keywords, with options to sort by relevance or most recent.π Latest Papers by Category
Specify an arXiv category code (e.g.,cs.AI,math.AP) to fetch the most recent papers in that field.π Paper Details Lookup
Fetch detailed metadata using a paperβs arXiv ID: title, authors, abstract, categories, DOI, PDF link, and more.π§βπ¬ Author-based Paper Search
Retrieve a list of papers published by a specific author.π Trend Analysis (Experimental)
Get an overview of trending keywords or topics based on recent papers in a category (currently uses mock data).π Summarization Prompt Generator
Dynamically generate prompts that help LLMs summarize a selected paper more effectively.π Comparison Prompt Generator
Provide two paper IDs to generate a structured prompt for comparing their content.
π οΈ Tech Stack
- Python 3.11+
- FastMCP
- uv (for dependency & environment management)
- requests (for API communication)
- xml.etree.ElementTree (for parsing XML responses)
π Getting Started
1. Installation from PyPI
pip install arxiv-paper-mcp
# or with uv
uv install arxiv-paper-mcp
π§ 2. Clone the repository (for development)
git clone https://github.com/daheepk/arxiv-mcp-server.git
cd arxiv-mcp-server
π§ 3. Install Dependencies (for development)
Use uv to install all dependencies in editable mode:
uv pip install -e .
βοΈ How to Run
βΆοΈ Run the server (locally)
uv run mcp dev arxiv_mcp/server.py
π Use with Claude
To use this MCP server with Claude, add the following JSON configuration to Claudeβs MCP settings:
{
"arXivPaper": {
"command": "uv",
"args": [
"run",
"--with",
"arxiv-paper-mcp>=0.1.0",
"arxiv-mcp"
]
}
}
Project Structure
arxiv-mcp-server/
βββ arxiv_mcp/ # Main package
β βββ __init__.py
β βββ app.py # FastMCP app setup
β βββ server.py # Server entry point
β βββ utils.py # arXiv API communication logic
β βββ resources/ # MCP resources (categories, authors, etc.)
β βββ tools/ # MCP tools (search, detail lookup, trends)
β βββ prompts/ # Prompt templates (summarize, compare)
βββ pyproject.toml # Project config & dependencies
βββ README.md # This file
arXiv Research Assistant
Project Details
- daheepk/arxiv-paper-mcp
- Last Updated: 4/22/2025
Recomended MCP Servers
SpringBoot demo for DevOps on KubeSphere
demo
1 MCP to rule all them chains
MCP server for Grafana
This is an MCP (Model Context Protocol) Server for discovering and downloading 3D models
Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)
MQTT MCP Server using FastMCP
Connect to MCP servers that run on SSE transport, or expose stdio servers as an SSE server using...
Monorepo for Sylph Lab Model Context Protocol (MCP) tools and servers.





