arxiv-mcp-server
by anuj0456·★ 18·Score 40
MCP server for arXiv enabling AI assistants to search, retrieve, analyze, and export academic papers.
Overview
The arXiv MCP server provides a comprehensive interface for interacting with arXiv.org through the Model Context Protocol. It enables AI assistants to perform advanced paper searches, retrieve detailed metadata, generate summaries, analyze citations, track research trends, and export papers in multiple formats including BibTeX, JSON, CSV, and Markdown. The server supports complex queries by author, category, publication date, and keywords, making it a powerful tool for researchers and AI systems working with academic literature.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this server when you need AI assistants to interact with academic papers from arXiv, especially for literature reviews, trend analysis, or research paper summarization.
When NOT to choose this
Don't choose this if you need access to other academic databases beyond arXiv or require more advanced citation tracking beyond estimated metrics.
Tools this server exposes
11 tools extracted from the READMEsearch_arxivGeneral paper search with keywords, authors, titles, and categories
get_paperGet detailed metadata for a specific arXiv paper
summarize_paperGenerate a formatted summary of a paper with key information
search_by_authorFind all papers by a specific author or researcher
search_by_categoryBrowse papers in specific arXiv categories like cs.AI or cs.LG
get_recent_papersGet the latest publications with customizable time ranges
compare_papersCompare multiple papers side-by-side with customizable fields
find_related_papersDiscover papers related to a given paper using intelligent matching
get_paper_citationsGet citation metrics and impact analysis for a paper
analyze_trendsAnalyze research trends with publication counts, top authors, and keywords
export_papersExport papers in BibTeX, JSON, CSV, and Markdown formats
Comparable tools
Installation
# Using Poetry (Recommended)
poetry install
# Using pip
pip install mcp httpxFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["arxiv_mcp_server.py"]
}
}
}FAQ
- Does this MCP server require an API key for arXiv?
- No, the server uses arXiv's public API which doesn't require authentication for basic usage.
- Can I export papers to BibTeX format?
- Yes, the server supports export to BibTeX, JSON, CSV, and Markdown formats.
On Hacker News
Recent discussion from the developer community.
- Story by anuj0456 · 2025-08-03
Compare arxiv-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.