MCP Catalogs
Homearxiv-mcp-server screenshot

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.

ai-llmknowledge-graphdeveloper-tools
2
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Researchers conducting literature reviews across academic papers
you:Academic institutions tracking research trends and citation patterns
you:AI assistants needing to access and summarize arXiv papers with context
you:What search capabilities does the arxiv-mcp-server provide?
you:Can I export data in different formats?

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

    Search for arXiv papers using semantic search, keywords, filters, and facets

  • paper_details

    Get detailed information about a specific paper including metadata, abstract, and citations

  • analyze_citations

    Analyze citation networks, identify influential papers, and track citation trends

  • summarize_paper

    Generate a concise summary of a paper including key findings and contributions

  • track_trends

    Track topic trends over time, detect emerging topics, and analyze research hotspots

  • export_papers

    Export papers and analyses in various formats including BibTeX, RIS, JSON, and CSV

  • find_similar

    Find papers similar to a given paper based on content, citations, or topics

  • analyze_author

    Analyze an author's publication history, collaboration network, and research impact

Comparable tools

arxiv-search-mcpsemantic-scholar-mcpresearch-rabbit-mcpacademic-search-api

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

  1. Download the latest release artifact for your platform from the releases page
  2. Extract the package to a directory of your choice
  3. Run the installer or setup script provided in the package
  4. Follow prompts to configure database paths, API keys, and AI settings

Docker Installation

docker run --rm -it -p 8080:8080 arxiv-mcp-server:latest

Claude 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

GitHub →

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