This MCP server, developed by Andy Brandt, provides AI assistants like Claude with access to arXiv's scientific paper repository. It offers tools for searching papers by title and abstract, retrieving metadata and abstracts, and accessing links to available formats. The server implements proper rate limiting according to arXiv's API guidelines. By bridging AI capabilities with arXiv's vast collection of research papers, this implementation enables AI-assisted literature reviews and scientific research. It integrates seamlessly with Claude Desktop on both macOS and Windows, facilitating natural language interactions for exploring and analyzing scientific publications. The server is particularly useful for scenarios requiring up-to-date information on scientific topics, conducting comprehensive literature searches, or generating insights from academic papers in AI-assisted research and writing tasks.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Search for scientific papers on arXiv by title and abstract content. Parameters: query (string), filters (optional)
Filter search results by submission date range. Parameters: start_date (string), end_date (string)
Control search result sorting by submission date, update date, or relevance. Parameters: sort_by (string)
Get metadata and abstracts for a specific paper. Parameters: paper_id (string)
Retrieve the full text of a paper as Markdown format. Parameters: paper_id (string)
Access links to available paper formats such as PDF or HTML. Parameters: paper_id (string)
Browse and search arXiv subject categories.
Retrieve detailed information about a specific paper using its ID. Parameters: paper_id (string)