
Connects Claude directly to arXiv's repository of over two million academic papers. You get three core operations: search_papers lets you query by title, author, abstract, or category, get_paper retrieves full metadata for specific papers, and a general search endpoint. Every result includes abstracts, author lists, and direct PDF links. Useful when you need to pull research citations, survey a field, or grab paper details without leaving your conversation. The server runs over HTTP and has seen solid usage, with search_papers accounting for most of the 6,500+ tool calls. No authentication needed since arXiv's API is public.