Arxiv Mcp Server
@anuj0456
MCP server for arXiv.org - Search, analyze, and export academic papers with AI assistants. Features advanced paper discovery, citation analysis, trend tracking, and multi-format exports.
Overview
What is Arxiv Mcp Server?
A Model Context Protocol (MCP) implementation for interacting with arXiv.org, enabling AI assistants to search, retrieve, analyze, and export academic papers seamlessly.
How to use Arxiv Mcp Server?
Install dependencies (mcp, httpx) via Poetry or pip, then run the provided Python client. Use the ArxivMCPClient class to connect to the MCP server and call methods like search_papers(), get_paper_details(), or analyze_trends().
Key features of Arxiv Mcp Server
- Paper search by keywords, authors, titles, and categories
- Retrieve detailed metadata for specific arXiv papers
- Generate formatted paper summaries with key information
- Compare multiple papers side-by-side
- Discover related papers using intelligent matching
- Analyze research trends (publication counts, top authors, keyword frequency)
- Export papers in BibTeX, JSON, CSV, and Markdown formats
Use cases of Arxiv Mcp Server
- An AI assistant helping a researcher find recent papers in a specific category
- Automatically generating summaries and bibliographies for a literature review
- Comparing multiple papers on the same topic to identify key differences
- Tracking publication trends in a field over time for a meta-analysis
- Exporting paper metadata for integration into reference managers or databases
FAQ from Arxiv Mcp Server
What is the purpose of Arxiv Mcp Server?
It provides a comprehensive MCP interface for AI assistants to search, retrieve, analyze, and export academic papers from arXiv.org.
How do I install and run Arxiv Mcp Server?
Clone the repository, install dependencies with Poetry (poetry install) or pip (pip install mcp httpx), and run python arxiv_mcp_client.py.
What tools does Arxiv Mcp Server offer?
It includes tools such as search_arxiv, get_paper, summarize_paper, search_by_author, search_by_category, get_recent_papers, compare_papers, find_related_papers, get_paper_citations, analyze_trends, and export_papers.
What arXiv categories are supported?
It supports major categories across computer science (cs.AI, cs.LG, cs.CV, etc.), mathematics (math.CO, math.ST, etc.), and physics (quant-ph, physics.data-an, etc.). A full list is available on arXiv’s category taxonomy page.
How does Arxiv Mcp Server handle errors and rate limits?
The client includes comprehensive error handling and respects arXiv’s API guidelines with built-in rate limiting and configurable timeouts (default 60 seconds).