Arxiv Mcp Server
@anuj0456
About Arxiv Mcp Server
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.
Basic information
Category
Data & Analytics
License
MIT
Runtime
python
Transports
stdio
Publisher
anuj0456
Submitted by
anuj gupta
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arxiv-mcp-server-anuj0456": {
"command": "python",
"args": [
"arxiv_mcp_client.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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).
More Data & Analytics MCP servers
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
๐ Semantic Scholar MCP Server
JackKuo666๐ This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Comments