

The ArXiv MCP Server is a tool designed to facilitate AI assistants in accessing and searching for research papers on the arXiv repository. By using the Message Control Protocol (MCP), it provides a seamless interface for querying papers with specific filters, downloading content, and managing local storage of papers for efficient access. This server is particularly useful for developers and researchers who want to integrate arXiv's vast repository of academic papers into their AI models or applications, enabling automated and programmatic access to scholarly content.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Search arXiv with optional category, date, and boolean filters. Parameters: query (string), max_results (int), date_from (string), categories (list of strings), sort_by (string).
Download a paper by its arXiv ID. Tries HTML first, falls back to PDF. Stores the paper locally for further actions. Parameters: paper_id (string).
List all papers downloaded locally. Returns arXiv IDs only.
Read the full text of a locally downloaded paper in markdown. Requires the paper to be downloaded first. Parameters: paper_id (string).
Semantic similarity search over your locally downloaded papers only. Returns empty results if no papers have been downloaded yet. Parameters: query (string), max_results (int).
Fetch references and citing papers via Semantic Scholar. Works on any arXiv ID. Parameters: paper_id (string).
Save topic watches and poll for newly published papers since the last check. Parameters: topic (string), categories (list of strings), max_results (int).
Check all watches for papers published since last check or check a single watch. Parameters: topic (optional string).