Overview
What is arxiv-search MCP Server?
The arxiv-search MCP Server is a Model Context Protocol server designed for searching academic papers on arXiv, providing tools to access detailed information about these papers.
How to use arxiv-search MCP Server?
To use the server, install the dependencies, build the server, and configure it with your application (e.g., Claude Desktop or VSCode). You can then use the search_papers tool to query academic papers.
Key features of arxiv-search MCP Server?
- Access academic papers via
arxiv://paper/{id}URIs with metadata. - Search for papers using customizable parameters like query, max results, and sorting.
- Support for pagination of search results.
Use cases of arxiv-search MCP Server?
- Searching for recent papers on machine learning.
- Accessing detailed information about specific academic papers.
- Integrating with applications for enhanced academic research capabilities.
FAQ from arxiv-search MCP Server?
- What is the purpose of this server?
It allows users to search and retrieve academic papers from arXiv efficiently.
- How do I install the server?
You can install it by running
npm installand then build it usingnpm run build.
- Can I customize my search queries?
Yes! You can customize your search with various parameters like max results and sorting options.