

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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search arXiv with optional category, date, and boolean filters. Parameters: query (string), max_results (integer), date_from (string), categories (array of strings), sort_by (string, optional)
Download a paper by its arXiv ID. Parameters: paper_id (string), start (integer, optional), max_chars (integer, optional)
List all papers downloaded locally. Returns arXiv IDs only.
Read the full text of a locally downloaded paper in markdown. Parameters: paper_id (string), start (integer, optional), max_chars (integer, optional)
Semantic similarity search over your locally downloaded papers. Parameters: query (string), max_results (integer)
Fetch references and citing papers via Semantic Scholar. Parameters: paper_id (string)
Register a watch for newly published papers. Parameters: topic (string), categories (array of strings), max_results (integer)
Check all registered watches for newly published papers since the last check. Parameters: topic (string, optional)