arxiv-mcp-server
The ArXiv MCP Server is designed to enable AI assistants to search and access research papers from the arXiv repository through the Model Context Protocol. It offers features like paper search, download, and specialized research prompts to enhance academic analysis workflows.
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 Model Context Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way.
โจ 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
- ๐ Prompts: A Set of Research Prompts
๐ Quick Start
Installing via Smithery
To install ArXiv Server for Claude Desktop automatically via Smithery.
Installing Manually
Install using uv:
For development:
- Clone and set up development environment
- Create and activate virtual environment
- Install with test dependencies
๐ MCP Integration
Add this configuration to your MCP client config file:
For Development:
๐ก Available Tools
The server provides four main tools:
1. Paper Search
Search for papers with optional filters
2. Paper Download
Download a paper by its arXiv ID
3. List Papers
View all downloaded papers
4. Read Paper
Access the content of a downloaded paper
๐ Research Prompts
The server offers specialized prompts to help analyze academic papers:
Paper Analysis Prompt
A comprehensive workflow for analyzing academic papers that only requires a paper ID:
This prompt includes detailed instructions for using available tools and a systematic workflow for paper analysis.
โ๏ธ Configuration
Configure through environment variables:
Variable | Purpose | Default |
---|---|---|
ARXIV_STORAGE_PATH | Paper storage location | ~/.arxiv-mcp-server/papers |
๐งช Testing
Run the test suite:
๐ License
Released under the MIT License.