ArXiv Server
Enable AI assistants to search and access arXiv papers through a simple MCP interface.
๐ 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 Message Control Protocol (MCP). It allows AI models to search for papers and access their content in a programmatic way.
๐ค Contribute โข ๐ Report Bug
โจ 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.
๐ MCP Integration
Add this configuration to your MCP client config file:
๐ก 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:
โ๏ธ Configuration
Configure through environment variables:
| Variable | Purpose | Default |
|----------|---------|---------|
| ARXIV_STORAGE_PATH
| Paper storage location | ~/.arxiv-mcp-server/papers |
๐งช Testing
Run the test suite:
Made with โค๏ธ by the Pear Labs Team