Labsco
MCP SERVER

arXiv Search

by markmcd

Search arXiv and pull a paper's record by id, from inside the conversation.

Academic Literature & Citations
Summary
Two tools, and they are the two you need.

Search and fetch is the entire surface, which keeps it out of the way: the assistant finds papers on the real index instead of recalling titles, and pulls the record for the one you name.

What it is

A small Python MCP server for arXiv, installed from PyPI. Two tools: search by query with a result limit, and fetch detailed information for one paper by its arXiv id.

What you get
  • Papers searched by query, returning as many results as you ask for
  • Detailed information for one paper, by arXiv id
Requirements

Python, with pip install arxiv-search-mcp in the environment your agent runs in. Nothing to authenticate — arXiv search is public.

Setup effort

One command — pip install arxiv-search-mcp