MCP Catalogs
Home

arxiv-mcp-server

by anuj0456·18·Score 40

MCP server for arXiv enabling AI assistants to search, retrieve, analyze, and export academic papers.

ai-llmknowledge-graphdeveloper-tools
3
Forks
0
Open issues
10 mo ago
Last commit
2d ago
Indexed

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:

you:AI assistants summarizing and explaining recent research papers for non-experts
you:Automated literature reviews and trend analysis in specific research fields
you:Citation tracking and impact analysis for academic researchers
you:Batch processing and organization of research papers for personal libraries
you:Does this MCP server require an API key for arXiv?
you:Can I export papers to BibTeX format?

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 README
  • search_arxiv

    General paper search with keywords, authors, titles, and categories

  • get_paper

    Get detailed metadata for a specific arXiv paper

  • summarize_paper

    Generate a formatted summary of a paper with key information

  • search_by_author

    Find all papers by a specific author or researcher

  • search_by_category

    Browse papers in specific arXiv categories like cs.AI or cs.LG

  • get_recent_papers

    Get the latest publications with customizable time ranges

  • compare_papers

    Compare multiple papers side-by-side with customizable fields

  • find_related_papers

    Discover papers related to a given paper using intelligent matching

  • get_paper_citations

    Get citation metrics and impact analysis for a paper

  • analyze_trends

    Analyze research trends with publication counts, top authors, and keywords

  • export_papers

    Export papers in BibTeX, JSON, CSV, and Markdown formats

Comparable tools

semantic-scholar-mcpscholar-mcppubmed-mcpacademic-search-api

Installation

# Using Poetry (Recommended)
poetry install

# Using pip
pip install mcp httpx

For 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.

Compare arxiv-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.