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
Hermes Search
Provides full-text and semantic search over structured and unstructured data using Azure Cognitive Search.
Grok Search
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
Wikipedia Simple English MCP Server
Access Wikipedia content, prioritizing Simple English with a fallback to regular English.
Panda3D Docs
Search and retrieve documentation for the Panda3D game engine.
PaperMCP ๆบ่ฝๅญฆๆฏ่ฎบๆๆฃ็ดข็ณป็ป
An academic paper search server powered by the OpenAlex API.
Amazon Product Advertising API
Integrate with the Amazon Product Advertising API to search for products and access product information.
PBS API
Access Australian Pharmaceutical Benefits Scheme data for medicine information, pricing, and availability. Built with Python and FastAPI.
MCP Omnisearch
Unified access to multiple search providers and AI tools like Tavily, Perplexity, Kagi, Jina AI, Brave, and Firecrawl.
YouTube Music MCP
Search and play tracks on YouTube Music via AI assistants.
HexDocs MCP
Semantic search for Hex package documentation. Requires local Elixir and Mix installation.