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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Search for papers with optional filters. Parameters: query (string), max_results (int), date_from (string, optional), categories (array of strings, optional)
Download a paper by its arXiv ID. Parameters: paper_id (string)
View all downloaded papers. Parameters: None
Access the content of a downloaded paper. Parameters: paper_id (string)