arxiv-mcp-server
by 1Dark134·★ 16·Score 39
arXiv MCP server enabling AI assistants to search, retrieve, analyze, and summarize academic papers with advanced features.
Overview
arxiv-mcp-server is a comprehensive Model Context Protocol server designed for arXiv paper discovery and analysis. It provides researchers with tools to search papers, analyze citation networks, track trends, and export data in multiple formats. The server combines fast search capabilities with AI-powered analysis, featuring semantic search, citation analysis, and AI assistants for summarization and question answering. It supports various export formats including BibTeX, RIS, JSON, and CSV, making it versatile for different research workflows.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server for AI assistants that need comprehensive arXiv paper discovery, citation analysis, and academic research workflows with multiple export formats.
When NOT to choose this
Don't choose this if you need real-time access to the latest papers (it may have ingestion delays) or if you require write capabilities to the arXiv database (this server is read-only).
Tools this server exposes
8 tools extracted from the READMEsearch_papersSearch for arXiv papers using semantic search, keywords, filters, and facets
paper_detailsGet detailed information about a specific paper including metadata, abstract, and citations
analyze_citationsAnalyze citation networks, identify influential papers, and track citation trends
summarize_paperGenerate a concise summary of a paper including key findings and contributions
track_trendsTrack topic trends over time, detect emerging topics, and analyze research hotspots
export_papersExport papers and analyses in various formats including BibTeX, RIS, JSON, and CSV
find_similarFind papers similar to a given paper based on content, citations, or topics
analyze_authorAnalyze an author's publication history, collaboration network, and research impact
Comparable tools
Installation
Installation
Prerequisites
- Linux, macOS, or Windows OS
- Minimum Python/Node versions depending on chosen runtime
- Sufficient disk space for paper data and indices
- Network access for fetching arXiv data
Quick Install
- Download the latest release artifact for your platform from the releases page
- Extract the package to a directory of your choice
- Run the installer or setup script provided in the package
- Follow prompts to configure database paths, API keys, and AI settings
Docker Installation
docker run --rm -it -p 8080:8080 arxiv-mcp-server:latestClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["-m", "arxiv_mcp.server"],
"env": {}
}
}
}FAQ
- What search capabilities does the arxiv-mcp-server provide?
- The server offers advanced paper discovery including semantic search, topic modeling, trend tracking, faceted browsing by categories/authors/venues, and smart filters for time-based trends and citation patterns.
- Can I export data in different formats?
- Yes, the server supports exports to BibTeX, RIS, EndNote, JSON, CSV, YAML, and PDF-ready summaries. You can also create custom export templates.
Compare arxiv-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.