arxiv-search

mcphub-com/arxiv-search

3.5

arxiv-search is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of arxiv-search 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.

The arXiv Search MCP is a tool designed to facilitate the search for scientific papers in the arXiv repository using various filters and search parameters.

Try arxiv-search with chat:

Server config via mcphub

Tools
1
Resources
0
Prompts
0

arXiv Search MCP

The arXiv Search MCP provides a way to search the arXiv repository for scientific papers using a variety of filters and search parameters.

Tools

arxiv_search

Search arXiv papers by keyword, with optional filters for specific fields, subject areas, date ranges, and pagination.

Parameters
ParameterTypeDescriptionRequiredDefault
search_termstringThe search term to query arXiv papers.Yes
fieldstringThe field to search in. Options: "Title", "Authors", "Comments", "All fields".No"All fields"
subjectstringFilter by subject area. Options include "Computer Science", "Physics", "Economics", "Quantitative Biology", "Electrical Engineering and Systems Science", "Quantitative Finance", "Mathematics", "Statistics".NoNone (no filter)
date_fromstringStart date filter for paper submission date, formatted as 'YYYY-MM-DD'.NoNone
date_tostringEnd date filter for paper submission date, formatted as 'YYYY-MM-DD'.NoNone
date_typestringThe type of date to filter papers by. Options: "Submission Date", "Original Submission Date", "Announced Date".No"Submission Date"
num_resultsintegerMaximum number of results to return.No50
startintegerStarting index for pagination. 0 means first page, 1 means second page, etc.No0
Response

Under the result JSON key, this tool returns an array of objects, each with title, abstract, authors, and URL.