arXiv Search MCP Server
by danimal141
An MCP server that provides tools to search and fetch papers from arXiv.org. It allows users to search papers by category and retrieve the latest papers sorted by submission date.
Last updated: N/A
What is arXiv Search MCP Server?
This is an MCP server designed to search and retrieve research papers from arXiv.org. It provides a tool to query the arXiv database based on categories and retrieve formatted results.
How to use arXiv Search MCP Server?
To use this server, integrate it with a compatible MCP environment like Claude Desktop. Configure the claude_desktop_config.json
file with the path to the compiled binary. Then, use the search_arxiv
tool with the category
and max_results
parameters to fetch papers.
Key features of arXiv Search MCP Server
Search papers by category
Get latest papers sorted by submission date
Formatted output with title, authors, summary, and link
Integration with Claude Desktop
Use cases of arXiv Search MCP Server
Finding recent papers in a specific field
Staying up-to-date with the latest research
Quickly accessing paper summaries and links
Integrating arXiv search into a workflow with Claude Desktop
FAQ from arXiv Search MCP Server
What is arXiv?
What is arXiv?
arXiv is a repository of electronic preprints approved for posting after moderation, but not peer review. It consists of scientific papers in the fields of mathematics, physics, astronomy, computer science, quantitative biology, statistics, electrical engineering and systems science, and economics.
What categories can I search?
What categories can I search?
You can search papers by various categories such as cs.AI (Artificial Intelligence), cs.LG (Machine Learning), astro-ph (Astrophysics), and many more. A complete list is available at arXiv taxonomy.
How many results can I fetch?
How many results can I fetch?
You can fetch between 1 and 100 papers per request, with a default of 5.
What is the output format?
What is the output format?
The server returns a formatted output including the title, authors, summary, and link to the paper.
How do I integrate this server with Claude Desktop?
How do I integrate this server with Claude Desktop?
Add the server configuration to your claude_desktop_config.json
file, specifying the command to execute the compiled binary. Ensure the path is correct.