Searches arXiv, filters papers by dates and categories, and returns metadata, abstracts, links, or Markdown text.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Simple Arxiv.
The andybrandt/mcp-simple-arxiv MCP server gives an MCP-compatible client access to arXiv papers through the arXiv API. It is intended for literature search, paper lookup, and retrieval of research content. A client can search by title and abstract text, narrow results by submission date, and choose sorting by submission date, update date, or relevance.
Search responses include the total number of matching records, which helps an agent judge whether a query is too broad or too narrow. Individual results can include the title, authors, arXiv identifier, primary and additional categories, publication date, and an abstract preview. After identifying a paper, the client can request its metadata and abstract, links to available PDF or HTML formats, and full paper text rendered as Markdown from the PDF.
The server sends requests to arXiv's API and presents the returned research data through MCP. Search can be refined with a date interval, and the response exposes the total match count alongside the displayed results. The server also supports browsing and searching arXiv subject categories, which can help agents construct more targeted research queries.
Paper details are retrieved using an arXiv paper identifier, such as the identifier shown in a search result. Full-text retrieval involves converting the paper's PDF content to Markdown. The README describes both local stdio operation for desktop clients and a network-accessible web deployment.
The andybrandt/mcp-simple-arxiv MCP server can be installed from PyPI with pip install mcp-simple-arxiv. For a local Claude Desktop setup, configure a server entry that runs python -m mcp_simple_arxiv, then restart Claude Desktop. The documented Windows configuration uses the same module invocation with an explicit Python executable path.
A hosted connector is also listed at https://mcp.andybrandt.net/arxiv for use with Claude.ai. The repository includes a separate WEB_DEPLOYMENT.md document for web deployment details, but those details are not included in the provided material.
Supported operations described in the project material include:
The server follows arXiv API usage guidance. It limits requests to a maximum of one every three seconds and allows only one connection at a time. The README also states that it includes error handling and retry logic. These limits may affect workflows that issue many searches or retrieve several papers in quick succession.
The material documents Claude Desktop and Claude.ai usage, but does not provide a complete compatibility list for other MCP clients. It also does not specify configurable environment variables or authentication settings. The project is released under the MIT license.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/andybrandt-mcp-simple-arxiv)<a href="https://allmcps.com/mcp/andybrandt-mcp-simple-arxiv"><img src="https://allmcps.com/api/badge/andybrandt-mcp-simple-arxiv?style=directory" alt="MCP Simple Arxiv on AllMCPs" /></a>