ArXiv MCP Server
by blazickjp
Search and analyze arXiv research papers directly within your AI assistant with local storage and semantic search.
What it does
Connects AI assistants to the arXiv research repository, allowing them to search for academic papers, download content, and perform deep technical analysis on research trends.
Tools
search_papers: Query arXiv papers with category and date filters.download_paper: Retrieve paper content (HTML or PDF) and store it locally.read_paper: Access the full markdown text of a downloaded paper.list_papers: View all papers currently stored in the local cache.semantic_search: Perform similarity searches across locally downloaded papers.citation_graph: Fetch references and citing papers via Semantic Scholar.watch_topic: Register alerts for new papers in specific research areas.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path", "/path/to/paper/storage"
]
}
}
}
Supported hosts
Confirmed for Claude Desktop and Codex.
Quick install
uv tool install arxiv-mcp-serverInformation
- Pricing
- free
- Published
- 4/15/2026
- stars






