andybrandt/mcp-simple-arxiv
mcp-simple-arxiv is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-simple-arxiv and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that provides access to arXiv papers through their API.
Try mcp-simple-arxiv with chat:
Tools
Functions exposed to the LLM to take actions
search_papers
Search for papers on arXiv by title and abstract content.
You can use advanced search syntax:
- Search in title: ti:"search terms"
- Search in abstract: abs:"search terms"
- Search by author: au:"author name"
- Combine terms with: AND, OR, ANDNOT
- Filter by category: cat:cs.AI (use list_categories tool to see available categories)
Examples:
- "machine learning" (searches all fields)
- ti:"neural networks" AND cat:cs.AI (title with category)
- au:bengio AND ti:"deep learning" (author and title)
get_paper_data
Get detailed information about a specific paper including abstract and available formats.
list_categories
List all available arXiv categories and how to use them in search.
update_categories
Update the stored category taxonomy by fetching the latest version from arxiv.org
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client