andybrandt/mcp-simple-arxiv
by Various
Tool to work with arXiv, provide LLM with ability to search and read papers from there
MCP
andybrandt/mcp-simple-arxiv
Added 1 June 2026
Overview
An MCP server that enables LLMs to search arXiv and retrieve paper metadata, abstracts, and full text. It exposes structured tools for querying and reading papers, integrating with any MCP-compatible client.
Best for
Best for
Developers building research-focused AI agents that need direct access to arXiv content
Use cases
- Search arXiv for the latest papers on a specific topic
- Retrieve abstracts and full text for literature review
- Automate reading of arXiv papers within an AI assistant workflow
How to use
Install
pip install mcp-simple-arxiv Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "simple-arxiv": {\n "command": "python",\n "args": ["-m", "mcp_simple_arxiv"]\n }\n }\n} Notes
An MCP server that enables LLMs to search arXiv and retrieve paper metadata, abstracts, and full text. It exposes structured tools for querying and reading papers, integrating with any MCP-compatible client.
196 stars on GitHub. Last updated 2026-02-19. Licensed MIT.
Use cases
- Search arXiv for the latest papers on a specific topic
- Retrieve abstracts and full text for literature review
- Automate reading of arXiv papers within an AI assistant workflow
Pros
- Open source and easy to self-host with Python
- Provides both search and full-text access via MCP
- Lightweight with minimal dependencies
Cons
- Limited exclusively to arXiv publications
- Subject to arXiv rate limits and API changes
- Requires an MCP-compatible client to function
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and easy to self-host with Python
- Provides both search and full-text access via MCP
- Lightweight with minimal dependencies
Cons
- Limited exclusively to arXiv publications
- Subject to arXiv rate limits and API changes
- Requires an MCP-compatible client to function
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.