arXiv Research Assistant
Interact with the arXiv.org paper database. Supports keyword search, paper lookups, author searches, and trend analysis.
๐ง 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
Installing via Smithery
To install arXiv Research Assistant MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install arxiv-paper-mcp --client claude
Installation from PyPI
uv pip install arxiv-paper-mcp
๐ง Clone the repository (for development)
git clone https://github.com/daheepk/arxiv-mcp-server.git
cd arxiv-mcp-server
๐ง Install Dependencies (for development)
Use uv to install all dependencies in editable mode:
uv pip install -e .
โ๏ธ How to Run
โถ๏ธ Run the server (locally)
arxiv-paper-mcp
๐ Use with Claude
To use this MCP server with Claude, add the following JSON configuration to Claude's MCP settings:
{
"mcpServers": {
"arXivPaper": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-paper-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
Related Servers
Deep Research
An agent-based tool for web search and advanced research, including analysis of PDFs, documents, images, and YouTube transcripts.
Greenbook
A lightweight Model Context Protocol (MCP) server that exposes Greenbook data and tools for market research professionals, analysts, and related workflows.
Bowlly Search
Search, analyze, and compare cat food products with ingredient- and nutrition-based tools.
Perplexity MCP Server
Web search using Perplexity's API.
Ferengi Rules of Acquisition
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
SearchAPI Agent
An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys.
Searchcraft
Manage Searchcraft cluster's Documents, Indexes, Federations, Access Keys, and Analytics.
Pollinations Think
Strategic thinking and real-time web search using the Pollinations AI API with DeepSeek and SearchGPT models.
Web Search
Perform Google searches and view web content with advanced bot detection avoidance.
PaperMCP ๆบ่ฝๅญฆๆฏ่ฎบๆๆฃ็ดข็ณป็ป
An academic paper search server powered by the OpenAlex API.