MCP server for arXiv paper search/analysis by AI assistants
Top 28.1% on sourcepulse
This project provides a Model Context Protocol (MCP) server that bridges AI assistants with the arXiv research repository, enabling programmatic searching and access to academic papers. It is designed for AI developers and researchers looking to integrate arXiv data into their AI workflows, offering efficient paper discovery and content retrieval.
How It Works
The server leverages the Model Context Protocol (MCP) to expose functionalities for searching, downloading, listing, and reading arXiv papers. Papers are stored locally for faster subsequent access. It supports filtering searches by date ranges and categories, and provides a structured workflow for deep paper analysis via specialized prompts.
Quick Start & Requirements
npx -y @smithery/cli install arxiv-mcp-server --client claude
uv tool install arxiv-mcp-server
uv
, and installing with uv pip install -e ".[test]"
.uv
(or pip
), npx
(for Smithery).ARXIV_STORAGE_PATH
environment variable.Highlighted Details
deep-paper-analysis
prompt for comprehensive paper evaluation.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project appears to be in active development, with installation primarily targeting users familiar with uv
and MCP clients. Specific performance benchmarks or detailed system requirements beyond standard Python environments are not provided.
1 month ago
1 day